Html Css Color HEX #C06FE1 Medium Orchid

📋 copy color: '#C06FE1'

red 192 ◦ green 111 ◦ blue 225

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

Shades of Medium Orchid #C06FE1

Tints of Medium Orchid #C06FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.61%

R = 36.36%
G = 21.02%
B = 42.61%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C06FE1 (or 0xC06FE1) is known color: Medium Orchid. HEX triplet: C0, 6F and E1. RGB value is (192,111,225). Sum of RGB (Red+Green+Blue) = 192+111+225=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 111 (43.75% from 255 or 21.02% from 528); Blue value is 225 (88.28% from 255 or 42.61% from 528); Max value from RGB is 225 - color contains mainly: blue. Hex color #C06FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06FE1 is #3F901E. Grayscale: #939393. Windows color (decimal): -4165663 or 14774208. OLE color: 14774208.

HSL color Cylindrical-coordinate representation of color #C06FE1: hue angle of 282.63º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C06FE1 is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 192 111 225 -
CMYK 0.15 0.51 0 0.12
HSL 282.63º 0.66% 0.66% -
HSV(B) 282.63º 0.51% 0.88% -
XYZ 41.01 28.01 74.48 -
YUV 148.22 171.34 159.23 -
System Red Green Blue C M Y K H S L
Decimal 192 111 225 0.15 0.51 0 0.12 282.63 0.66 0.66
Hex C0 6F E1 F 33 0 C 11B 42 42
Octal 300 157 341 17 63 0 14 433 102 102
Binary 11000000 1101111 11100001 1111 110011 0 1100 100011011 1000010 1000010

Color Harmonies of #C06FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06FE1

Black with #C06FE1

Text Example


Text Example

White with #C06FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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