Html Css Color HEX #C06FE4 Medium Orchid

📋 copy color: '#C06FE4'

red 192 ◦ green 111 ◦ blue 228

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

Shades of Medium Orchid #C06FE4

Tints of Medium Orchid #C06FE4

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.9%

 BLUE value IS 228 (89.45% from 255) = 42.94%

R = 36.16%
G = 20.9%
B = 42.94%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C06FE4 (or 0xC06FE4) is known color: Medium Orchid. HEX triplet: C0, 6F and E4. RGB value is (192,111,228). Sum of RGB (Red+Green+Blue) = 192+111+228=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 111 (43.75% from 255 or 20.90% from 531); Blue value is 228 (89.45% from 255 or 42.94% from 531); Max value from RGB is 228 - color contains mainly: blue. Hex color #C06FE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06FE4 is #3F901B. Grayscale: #949494. Windows color (decimal): -4165660 or 14970816. OLE color: 14970816.

HSL color Cylindrical-coordinate representation of color #C06FE4: hue angle of 281.54º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C06FE4 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 192 111 228 -
CMYK 0.16 0.51 0 0.11
HSL 281.54º 0.68% 0.66% -
HSV(B) 281.54º 0.51% 0.89% -
XYZ 41.43 28.18 76.65 -
YUV 148.56 172.84 158.99 -
System Red Green Blue C M Y K H S L
Decimal 192 111 228 0.16 0.51 0 0.11 281.54 0.68 0.66
Hex C0 6F E4 10 33 0 B 11A 44 42
Octal 300 157 344 20 63 0 13 432 104 102
Binary 11000000 1101111 11100100 10000 110011 0 1011 100011010 1000100 1000010

Color Harmonies of #C06FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06FE4

Black with #C06FE4

Text Example


Text Example

White with #C06FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06FE4; }

 p { color: rgb(192,111,228); }

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

background-color css

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

 a { background-color: rgb(192,111,228); }

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

border-color css

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

 span { border-color: rgb(192,111,228); }

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