Html Css Color HEX #C06BFF Heliotrope

📋 copy color: '#C06BFF'

red 192 ◦ green 107 ◦ blue 255

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

Shades of Heliotrope #C06BFF

Tints of Heliotrope #C06BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.03%

R = 34.66%
G = 19.31%
B = 46.03%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C06BFF (or 0xC06BFF) is known color: Heliotrope. HEX triplet: C0, 6B and FF. RGB value is (192,107,255). Sum of RGB (Red+Green+Blue) = 192+107+255=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 107 (42.19% from 255 or 19.31% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #C06BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06BFF is #3F9400. Grayscale: #949494. Windows color (decimal): -4166657 or 16739264. OLE color: 16739264.

HSL color Cylindrical-coordinate representation of color #C06BFF: hue angle of 274.46º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C06BFF is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 192 107 255 -
CMYK 0.25 0.58 0 0
HSL 274.46º 1% 0.71% -
HSV(B) 274.46º 0.58% 1% -
XYZ 45.05 28.94 97.82 -
YUV 149.29 187.66 158.47 -
System Red Green Blue C M Y K H S L
Decimal 192 107 255 0.25 0.58 0 0 274.46 1 0.71
Hex C0 6B FF 19 3A 0 0 112 64 47
Octal 300 153 377 31 72 0 0 422 144 107
Binary 11000000 1101011 11111111 11001 111010 0 0 100010010 1100100 1000111

Color Harmonies of #C06BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06BFF

Black with #C06BFF

Text Example


Text Example

White with #C06BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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