Html Css Color HEX #CA66FD Heliotrope

📋 copy color: '#CA66FD'

red 202 ◦ green 102 ◦ blue 253

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

Shades of Heliotrope #CA66FD

Tints of Heliotrope #CA66FD

RGB

 RED value IS 202 (79.3% from 255) = 36.27%

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

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

R = 36.27%
G = 18.31%
B = 45.42%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA66FD (or 0xCA66FD) is known color: Heliotrope. HEX triplet: CA, 66 and FD. RGB value is (202,102,253). Sum of RGB (Red+Green+Blue) = 202+102+253=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 102 (40.23% from 255 or 18.31% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA66FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA66FD is #359902. Grayscale: #949494. Windows color (decimal): -3512579 or 16606922. OLE color: 16606922.

HSL color Cylindrical-coordinate representation of color #CA66FD: hue angle of 279.74º 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 #CA66FD is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 202 102 253 -
CMYK 0.20 0.60 0 0.01
HSL 279.74º 0.97% 0.7% -
HSV(B) 279.74º 0.6% 0.99% -
XYZ 46.84 29.15 96.09 -
YUV 149.11 186.63 165.72 -
System Red Green Blue C M Y K H S L
Decimal 202 102 253 0.20 0.60 0 0.01 279.74 0.97 0.7
Hex CA 66 FD 14 3C 0 1 118 61 46
Octal 312 146 375 24 74 0 1 430 141 106
Binary 11001010 1100110 11111101 10100 111100 0 1 100011000 1100001 1000110

Color Harmonies of #CA66FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA66FD

Black with #CA66FD

Text Example


Text Example

White with #CA66FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA66FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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