Html Css Color HEX #C06CDE Medium Orchid

📋 copy color: '#C06CDE'

red 192 ◦ green 108 ◦ blue 222

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

Shades of Medium Orchid #C06CDE

Tints of Medium Orchid #C06CDE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.69%

 BLUE value IS 222 (87.11% from 255) = 42.53%

R = 36.78%
G = 20.69%
B = 42.53%

CMYK

 C value IS 0.14

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C06CDE (or 0xC06CDE) is known color: Medium Orchid. HEX triplet: C0, 6C and DE. RGB value is (192,108,222). Sum of RGB (Red+Green+Blue) = 192+108+222=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 108 (42.58% from 255 or 20.69% from 522); Blue value is 222 (87.11% from 255 or 42.53% from 522); Max value from RGB is 222 - color contains mainly: blue. Hex color #C06CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06CDE is #3F9321. Grayscale: #919191. Windows color (decimal): -4166434 or 14576832. OLE color: 14576832.

HSL color Cylindrical-coordinate representation of color #C06CDE: hue angle of 284.21º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C06CDE is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 108 222 -
CMYK 0.14 0.51 0 0.13
HSL 284.21º 0.63% 0.65% -
HSV(B) 284.21º 0.51% 0.87% -
XYZ 40.29 27.21 72.24 -
YUV 146.11 170.83 160.73 -
System Red Green Blue C M Y K H S L
Decimal 192 108 222 0.14 0.51 0 0.13 284.21 0.63 0.65
Hex C0 6C DE E 33 0 D 11C 3F 41
Octal 300 154 336 16 63 0 15 434 77 101
Binary 11000000 1101100 11011110 1110 110011 0 1101 100011100 111111 1000001

Color Harmonies of #C06CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06CDE

Black with #C06CDE

Text Example


Text Example

White with #C06CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06CDE; }

 p { color: rgb(192,108,222); }

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

background-color css

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

 a { background-color: rgb(192,108,222); }

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

border-color css

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

 span { border-color: rgb(192,108,222); }

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