Html Css Color HEX #C066FC Heliotrope

📋 copy color: '#C066FC'

red 192 ◦ green 102 ◦ blue 252

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

Shades of Heliotrope #C066FC

Tints of Heliotrope #C066FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.15%

R = 35.16%
G = 18.68%
B = 46.15%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C066FC (or 0xC066FC) is known color: Heliotrope. HEX triplet: C0, 66 and FC. RGB value is (192,102,252). Sum of RGB (Red+Green+Blue) = 192+102+252=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 102 (40.23% from 255 or 18.68% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #C066FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C066FC is #3F9903. Grayscale: #919191. Windows color (decimal): -4167940 or 16541376. OLE color: 16541376.

HSL color Cylindrical-coordinate representation of color #C066FC: hue angle of 276º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C066FC is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 102 252 -
CMYK 0.24 0.60 0 0.01
HSL 276º 0.96% 0.69% -
HSV(B) 276º 0.6% 0.99% -
XYZ 44.06 27.74 95.13 -
YUV 146.01 187.82 160.8 -
System Red Green Blue C M Y K H S L
Decimal 192 102 252 0.24 0.60 0 0.01 276 0.96 0.69
Hex C0 66 FC 18 3C 0 1 114 60 45
Octal 300 146 374 30 74 0 1 424 140 105
Binary 11000000 1100110 11111100 11000 111100 0 1 100010100 1100000 1000101

Color Harmonies of #C066FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C066FC

Black with #C066FC

Text Example


Text Example

White with #C066FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C066FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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