Html Css Color HEX #C066FB Heliotrope

📋 copy color: '#C066FB'

red 192 ◦ green 102 ◦ blue 251

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

Shades of Heliotrope #C066FB

Tints of Heliotrope #C066FB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.72%

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

R = 35.23%
G = 18.72%
B = 46.06%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C066FB (or 0xC066FB) is known color: Heliotrope. HEX triplet: C0, 66 and FB. RGB value is (192,102,251). Sum of RGB (Red+Green+Blue) = 192+102+251=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 102 (40.23% from 255 or 18.72% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #C066FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C066FB is #3F9904. Grayscale: #919191. Windows color (decimal): -4167941 or 16475840. OLE color: 16475840.

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

Color convert

RGB 192 102 251 -
CMYK 0.24 0.59 0 0.02
HSL 276.24º 0.95% 0.69% -
HSV(B) 276.24º 0.59% 0.98% -
XYZ 43.9 27.67 94.29 -
YUV 145.9 187.32 160.88 -
System Red Green Blue C M Y K H S L
Decimal 192 102 251 0.24 0.59 0 0.02 276.24 0.95 0.69
Hex C0 66 FB 18 3B 0 2 114 5F 45
Octal 300 146 373 30 73 0 2 424 137 105
Binary 11000000 1100110 11111011 11000 111011 0 10 100010100 1011111 1000101

Color Harmonies of #C066FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C066FB

Black with #C066FB

Text Example


Text Example

White with #C066FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C066FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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