Html Css Color HEX #C06BFC Heliotrope

📋 copy color: '#C06BFC'

red 192 ◦ green 107 ◦ blue 252

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

Shades of Heliotrope #C06BFC

Tints of Heliotrope #C06BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.74%

R = 34.85%
G = 19.42%
B = 45.74%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C06BFC (or 0xC06BFC) is known color: Heliotrope. HEX triplet: C0, 6B and FC. RGB value is (192,107,252). Sum of RGB (Red+Green+Blue) = 192+107+252=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 107 (42.19% from 255 or 19.42% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #C06BFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06BFC is #3F9403. Grayscale: #949494. Windows color (decimal): -4166660 or 16542656. OLE color: 16542656.

HSL color Cylindrical-coordinate representation of color #C06BFC: hue angle of 275.17º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C06BFC is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 107 252 -
CMYK 0.24 0.58 0 0.01
HSL 275.17º 0.96% 0.7% -
HSV(B) 275.17º 0.58% 0.99% -
XYZ 44.57 28.75 95.3 -
YUV 148.95 186.16 158.71 -
System Red Green Blue C M Y K H S L
Decimal 192 107 252 0.24 0.58 0 0.01 275.17 0.96 0.7
Hex C0 6B FC 18 3A 0 1 113 60 46
Octal 300 153 374 30 72 0 1 423 140 106
Binary 11000000 1101011 11111100 11000 111010 0 1 100010011 1100000 1000110

Color Harmonies of #C06BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06BFC

Black with #C06BFC

Text Example


Text Example

White with #C06BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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