Html Css Color HEX #C066FD Heliotrope

📋 copy color: '#C066FD'

red 192 ◦ green 102 ◦ blue 253

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

Shades of Heliotrope #C066FD

Tints of Heliotrope #C066FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.25%

R = 35.1%
G = 18.65%
B = 46.25%

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

#C066FD (or 0xC066FD) is known color: Heliotrope. HEX triplet: C0, 66 and FD. RGB value is (192,102,253). Sum of RGB (Red+Green+Blue) = 192+102+253=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 102 (40.23% from 255 or 18.65% from 547); Blue value is 253 (99.22% from 255 or 46.25% from 547); Max value from RGB is 253 - color contains mainly: blue. Hex color #C066FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C066FD is #3F9902. Grayscale: #919191. Windows color (decimal): -4167939 or 16606912. OLE color: 16606912.

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

Color convert

RGB 192 102 253 -
CMYK 0.24 0.60 0 0.01
HSL 275.76º 0.97% 0.7% -
HSV(B) 275.76º 0.6% 0.99% -
XYZ 44.22 27.8 95.96 -
YUV 146.12 188.32 160.72 -
System Red Green Blue C M Y K H S L
Decimal 192 102 253 0.24 0.60 0 0.01 275.76 0.97 0.7
Hex C0 66 FD 18 3C 0 1 114 61 46
Octal 300 146 375 30 74 0 1 424 141 106
Binary 11000000 1100110 11111101 11000 111100 0 1 100010100 1100001 1000110

Color Harmonies of #C066FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C066FD

Black with #C066FD

Text Example


Text Example

White with #C066FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C066FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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