Html Css Color HEX #C06BF2 Heliotrope

📋 copy color: '#C06BF2'

red 192 ◦ green 107 ◦ blue 242

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

Shades of Heliotrope #C06BF2

Tints of Heliotrope #C06BF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.73%

R = 35.49%
G = 19.78%
B = 44.73%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C06BF2 (or 0xC06BF2) is known color: Heliotrope. HEX triplet: C0, 6B and F2. RGB value is (192,107,242). Sum of RGB (Red+Green+Blue) = 192+107+242=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 107 (42.19% from 255 or 19.78% from 541); Blue value is 242 (94.92% from 255 or 44.73% from 541); Max value from RGB is 242 - color contains mainly: blue. Hex color #C06BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06BF2 is #3F940D. Grayscale: #939393. Windows color (decimal): -4166670 or 15887296. OLE color: 15887296.

HSL color Cylindrical-coordinate representation of color #C06BF2: hue angle of 277.78º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C06BF2 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 107 242 -
CMYK 0.21 0.56 0 0.05
HSL 277.78º 0.84% 0.68% -
HSV(B) 277.78º 0.56% 0.95% -
XYZ 43.02 28.13 87.17 -
YUV 147.81 181.16 159.52 -
System Red Green Blue C M Y K H S L
Decimal 192 107 242 0.21 0.56 0 0.05 277.78 0.84 0.68
Hex C0 6B F2 15 38 0 5 116 54 44
Octal 300 153 362 25 70 0 5 426 124 104
Binary 11000000 1101011 11110010 10101 111000 0 101 100010110 1010100 1000100

Color Harmonies of #C06BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06BF2

Black with #C06BF2

Text Example


Text Example

White with #C06BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06BF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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