Html Css Color HEX #C069D5 Medium Orchid

📋 copy color: '#C069D5'

red 192 ◦ green 105 ◦ blue 213

#C069D5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C069D5

Tints of Medium Orchid #C069D5

RGB

 RED value IS 192 (75.39% from 255) = 37.65%

 GREEN value IS 105 (41.41% from 255) = 20.59%

 BLUE value IS 213 (83.59% from 255) = 41.76%

R = 37.65%
G = 20.59%
B = 41.76%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C069D5 (or 0xC069D5) is known color: Medium Orchid. HEX triplet: C0, 69 and D5. RGB value is (192,105,213). Sum of RGB (Red+Green+Blue) = 192+105+213=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 105 (41.41% from 255 or 20.59% from 510); Blue value is 213 (83.59% from 255 or 41.76% from 510); Max value from RGB is 213 - color contains mainly: blue. Hex color #C069D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C069D5 is #3F962A. Grayscale: #8E8E8E. Windows color (decimal): -4167211 or 13986240. OLE color: 13986240.

HSL color Cylindrical-coordinate representation of color #C069D5: hue angle of 288.33º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C069D5 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 105 213 -
CMYK 0.10 0.51 0 0.16
HSL 288.33º 0.56% 0.62% -
HSV(B) 288.33º 0.51% 0.84% -
XYZ 38.8 26.11 65.95 -
YUV 143.33 167.32 162.72 -
System Red Green Blue C M Y K H S L
Decimal 192 105 213 0.10 0.51 0 0.16 288.33 0.56 0.62
Hex C0 69 D5 A 33 0 10 120 38 3E
Octal 300 151 325 12 63 0 20 440 70 76
Binary 11000000 1101001 11010101 1010 110011 0 10000 100100000 111000 111110

Color Harmonies of #C069D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C069D5

Black with #C069D5

Text Example


Text Example

White with #C069D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C069D5; }

 p { color: rgb(192,105,213); }

 H1.HeaderClassName
 {
   color: #C069D5;
 }
 .AnyTagClassName
 {
   color: #C069D5;
 }
</style>

background-color css

<style>
 a { background-color: #C069D5; }

 a { background-color: rgb(192,105,213); }

 div.DivClassName
 {
   background-color: #C069D5;
 }
 .BgClassName
 {
   background-color: #C069D5;
 }
</style>

border-color css

<style>
 span { border-color: #C069D5; }

 span { border-color: rgb(192,105,213); }

 td.TdClassName
 {
   border-color: #C069D5;
 }
 .TagClassName
 {
   border-color: #C069D5;
 }
</style>