Html Css Color HEX #C06CFE Heliotrope

📋 copy color: '#C06CFE'

red 192 ◦ green 108 ◦ blue 254

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

Shades of Heliotrope #C06CFE

Tints of Heliotrope #C06CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.85%

R = 34.66%
G = 19.49%
B = 45.85%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C06CFE (or 0xC06CFE) is known color: Heliotrope. HEX triplet: C0, 6C and FE. RGB value is (192,108,254). Sum of RGB (Red+Green+Blue) = 192+108+254=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 108 (42.58% from 255 or 19.49% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #C06CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C06CFE is #3F9301. Grayscale: #959595. Windows color (decimal): -4166402 or 16673984. OLE color: 16673984.

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

Color convert

RGB 192 108 254 -
CMYK 0.24 0.57 0 0.00
HSL 274.52º 0.99% 0.71% -
HSV(B) 274.52º 0.57% 1% -
XYZ 44.99 29.09 97.01 -
YUV 149.76 186.83 158.13 -
System Red Green Blue C M Y K H S L
Decimal 192 108 254 0.24 0.57 0 0.00 274.52 0.99 0.71
Hex C0 6C FE 18 39 0 0 113 63 47
Octal 300 154 376 30 71 0 0 423 143 107
Binary 11000000 1101100 11111110 11000 111001 0 0 100010011 1100011 1000111

Color Harmonies of #C06CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06CFE

Black with #C06CFE

Text Example


Text Example

White with #C06CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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