Html Css Color HEX #C06BFB Heliotrope

📋 copy color: '#C06BFB'

red 192 ◦ green 107 ◦ blue 251

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

Shades of Heliotrope #C06BFB

Tints of Heliotrope #C06BFB

RGB

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

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

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

R = 34.91%
G = 19.45%
B = 45.64%

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

#C06BFB (or 0xC06BFB) is known color: Heliotrope. HEX triplet: C0, 6B and FB. RGB value is (192,107,251). Sum of RGB (Red+Green+Blue) = 192+107+251=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 107 (42.19% from 255 or 19.45% from 550); Blue value is 251 (98.44% from 255 or 45.64% from 550); Max value from RGB is 251 - color contains mainly: blue. Hex color #C06BFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06BFB is #3F9404. Grayscale: #949494. Windows color (decimal): -4166661 or 16477120. OLE color: 16477120.

HSL color Cylindrical-coordinate representation of color #C06BFB: hue angle of 275.42º 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 #C06BFB is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 107 251 -
CMYK 0.24 0.57 0 0.02
HSL 275.42º 0.95% 0.7% -
HSV(B) 275.42º 0.57% 0.98% -
XYZ 44.41 28.69 94.46 -
YUV 148.83 185.66 158.79 -
System Red Green Blue C M Y K H S L
Decimal 192 107 251 0.24 0.57 0 0.02 275.42 0.95 0.7
Hex C0 6B FB 18 39 0 2 113 5F 46
Octal 300 153 373 30 71 0 2 423 137 106
Binary 11000000 1101011 11111011 11000 111001 0 10 100010011 1011111 1000110

Color Harmonies of #C06BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06BFB

Black with #C06BFB

Text Example


Text Example

White with #C06BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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