Html Css Color HEX #C06CFB Heliotrope

📋 copy color: '#C06CFB'

red 192 ◦ green 108 ◦ blue 251

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

Shades of Heliotrope #C06CFB

Tints of Heliotrope #C06CFB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.6%

 BLUE value IS 251 (98.44% from 255) = 45.55%

R = 34.85%
G = 19.6%
B = 45.55%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C06CFB (or 0xC06CFB) is known color: Heliotrope. HEX triplet: C0, 6C and FB. RGB value is (192,108,251). Sum of RGB (Red+Green+Blue) = 192+108+251=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 108 (42.58% from 255 or 19.60% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #C06CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06CFB is #3F9304. Grayscale: #949494. Windows color (decimal): -4166405 or 16477376. OLE color: 16477376.

HSL color Cylindrical-coordinate representation of color #C06CFB: hue angle of 275.24º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C06CFB is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 108 251 -
CMYK 0.24 0.57 0 0.02
HSL 275.24º 0.95% 0.7% -
HSV(B) 275.24º 0.57% 0.98% -
XYZ 44.51 28.9 94.5 -
YUV 149.42 185.33 158.37 -
System Red Green Blue C M Y K H S L
Decimal 192 108 251 0.24 0.57 0 0.02 275.24 0.95 0.7
Hex C0 6C FB 18 39 0 2 113 5F 46
Octal 300 154 373 30 71 0 2 423 137 106
Binary 11000000 1101100 11111011 11000 111001 0 10 100010011 1011111 1000110

Color Harmonies of #C06CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06CFB

Black with #C06CFB

Text Example


Text Example

White with #C06CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06CFB; }

 p { color: rgb(192,108,251); }

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

background-color css

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

 a { background-color: rgb(192,108,251); }

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

border-color css

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

 span { border-color: rgb(192,108,251); }

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