Html Css Color HEX #C06BEF Heliotrope

📋 copy color: '#C06BEF'

red 192 ◦ green 107 ◦ blue 239

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

Shades of Heliotrope #C06BEF

Tints of Heliotrope #C06BEF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.89%

 BLUE value IS 239 (93.75% from 255) = 44.42%

R = 35.69%
G = 19.89%
B = 44.42%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C06BEF (or 0xC06BEF) is known color: Heliotrope. HEX triplet: C0, 6B and EF. RGB value is (192,107,239). Sum of RGB (Red+Green+Blue) = 192+107+239=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 107 (42.19% from 255 or 19.89% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #C06BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06BEF is #3F9410. Grayscale: #939393. Windows color (decimal): -4166673 or 15690688. OLE color: 15690688.

HSL color Cylindrical-coordinate representation of color #C06BEF: hue angle of 278.64º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C06BEF is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 107 239 -
CMYK 0.20 0.55 0 0.06
HSL 278.64º 0.8% 0.68% -
HSV(B) 278.64º 0.55% 0.94% -
XYZ 42.58 27.95 84.81 -
YUV 147.46 179.66 159.77 -
System Red Green Blue C M Y K H S L
Decimal 192 107 239 0.20 0.55 0 0.06 278.64 0.8 0.68
Hex C0 6B EF 14 37 0 6 117 50 44
Octal 300 153 357 24 67 0 6 427 120 104
Binary 11000000 1101011 11101111 10100 110111 0 110 100010111 1010000 1000100

Color Harmonies of #C06BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06BEF

Black with #C06BEF

Text Example


Text Example

White with #C06BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06BEF; }

 p { color: rgb(192,107,239); }

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

background-color css

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

 a { background-color: rgb(192,107,239); }

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

border-color css

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

 span { border-color: rgb(192,107,239); }

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