Html Css Color HEX #C06AFB Heliotrope

📋 copy color: '#C06AFB'

red 192 ◦ green 106 ◦ blue 251

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

Shades of Heliotrope #C06AFB

Tints of Heliotrope #C06AFB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.31%

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

R = 34.97%
G = 19.31%
B = 45.72%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C06AFB (or 0xC06AFB) is known color: Heliotrope. HEX triplet: C0, 6A and FB. RGB value is (192,106,251). Sum of RGB (Red+Green+Blue) = 192+106+251=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 106 (41.80% from 255 or 19.31% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #C06AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06AFB is #3F9504. Grayscale: #939393. Windows color (decimal): -4166917 or 16476864. OLE color: 16476864.

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

Color convert

RGB 192 106 251 -
CMYK 0.24 0.58 0 0.02
HSL 275.59º 0.95% 0.7% -
HSV(B) 275.59º 0.58% 0.98% -
XYZ 44.3 28.48 94.43 -
YUV 148.24 185.99 159.21 -
System Red Green Blue C M Y K H S L
Decimal 192 106 251 0.24 0.58 0 0.02 275.59 0.95 0.7
Hex C0 6A FB 18 3A 0 2 114 5F 46
Octal 300 152 373 30 72 0 2 424 137 106
Binary 11000000 1101010 11111011 11000 111010 0 10 100010100 1011111 1000110

Color Harmonies of #C06AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06AFB

Black with #C06AFB

Text Example


Text Example

White with #C06AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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