Html Css Color HEX #C06CE8 Medium Orchid

📋 copy color: '#C06CE8'

red 192 ◦ green 108 ◦ blue 232

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

Shades of Medium Orchid #C06CE8

Tints of Medium Orchid #C06CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 43.61%

R = 36.09%
G = 20.3%
B = 43.61%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C06CE8 (or 0xC06CE8) is known color: Medium Orchid. HEX triplet: C0, 6C and E8. RGB value is (192,108,232). Sum of RGB (Red+Green+Blue) = 192+108+232=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 108 (42.58% from 255 or 20.30% from 532); Blue value is 232 (91.02% from 255 or 43.61% from 532); Max value from RGB is 232 - color contains mainly: blue. Hex color #C06CE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06CE8 is #3F9317. Grayscale: #929292. Windows color (decimal): -4166424 or 15232192. OLE color: 15232192.

HSL color Cylindrical-coordinate representation of color #C06CE8: hue angle of 280.65º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C06CE8 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 108 232 -
CMYK 0.17 0.53 0 0.09
HSL 280.65º 0.73% 0.67% -
HSV(B) 280.65º 0.53% 0.91% -
XYZ 41.67 27.76 79.51 -
YUV 147.25 175.83 159.92 -
System Red Green Blue C M Y K H S L
Decimal 192 108 232 0.17 0.53 0 0.09 280.65 0.73 0.67
Hex C0 6C E8 11 35 0 9 119 49 43
Octal 300 154 350 21 65 0 11 431 111 103
Binary 11000000 1101100 11101000 10001 110101 0 1001 100011001 1001001 1000011

Color Harmonies of #C06CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06CE8

Black with #C06CE8

Text Example


Text Example

White with #C06CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06CE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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