Html Css Color HEX #C06FED Heliotrope

📋 copy color: '#C06FED'

red 192 ◦ green 111 ◦ blue 237

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

Shades of Heliotrope #C06FED

Tints of Heliotrope #C06FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.89%

R = 35.56%
G = 20.56%
B = 43.89%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C06FED (or 0xC06FED) is known color: Heliotrope. HEX triplet: C0, 6F and ED. RGB value is (192,111,237). Sum of RGB (Red+Green+Blue) = 192+111+237=540 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.56% from 540); Green value is 111 (43.75% from 255 or 20.56% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #C06FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06FED is #3F9012. Grayscale: #959595. Windows color (decimal): -4165651 or 15560640. OLE color: 15560640.

HSL color Cylindrical-coordinate representation of color #C06FED: hue angle of 278.57º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C06FED is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 111 237 -
CMYK 0.19 0.53 0 0.07
HSL 278.57º 0.78% 0.68% -
HSV(B) 278.57º 0.53% 0.93% -
XYZ 42.71 28.69 83.41 -
YUV 149.58 177.34 158.25 -
System Red Green Blue C M Y K H S L
Decimal 192 111 237 0.19 0.53 0 0.07 278.57 0.78 0.68
Hex C0 6F ED 13 35 0 7 117 4E 44
Octal 300 157 355 23 65 0 7 427 116 104
Binary 11000000 1101111 11101101 10011 110101 0 111 100010111 1001110 1000100

Color Harmonies of #C06FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06FED

Black with #C06FED

Text Example


Text Example

White with #C06FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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