Html Css Color HEX #CA63FC Heliotrope

📋 copy color: '#CA63FC'

red 202 ◦ green 99 ◦ blue 252

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

Shades of Heliotrope #CA63FC

Tints of Heliotrope #CA63FC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.9%

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

R = 36.53%
G = 17.9%
B = 45.57%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA63FC (or 0xCA63FC) is known color: Heliotrope. HEX triplet: CA, 63 and FC. RGB value is (202,99,252). Sum of RGB (Red+Green+Blue) = 202+99+252=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 99 (39.06% from 255 or 17.90% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA63FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA63FC is #359C03. Grayscale: #929292. Windows color (decimal): -3513348 or 16540618. OLE color: 16540618.

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

Color convert

RGB 202 99 252 -
CMYK 0.20 0.61 0 0.01
HSL 280.39º 0.96% 0.69% -
HSV(B) 280.39º 0.61% 0.99% -
XYZ 46.39 28.51 95.15 -
YUV 147.24 187.12 167.06 -
System Red Green Blue C M Y K H S L
Decimal 202 99 252 0.20 0.61 0 0.01 280.39 0.96 0.69
Hex CA 63 FC 14 3D 0 1 118 60 45
Octal 312 143 374 24 75 0 1 430 140 105
Binary 11001010 1100011 11111100 10100 111101 0 1 100011000 1100000 1000101

Color Harmonies of #CA63FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA63FC

Black with #CA63FC

Text Example


Text Example

White with #CA63FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA63FC; }

 p { color: rgb(202,99,252); }

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

background-color css

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

 a { background-color: rgb(202,99,252); }

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

border-color css

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

 span { border-color: rgb(202,99,252); }

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