Html Css Color HEX #CA62FC Heliotrope

📋 copy color: '#CA62FC'

red 202 ◦ green 98 ◦ blue 252

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

Shades of Heliotrope #CA62FC

Tints of Heliotrope #CA62FC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 17.75%

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

R = 36.59%
G = 17.75%
B = 45.65%

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

#CA62FC (or 0xCA62FC) is known color: Heliotrope. HEX triplet: CA, 62 and FC. RGB value is (202,98,252). Sum of RGB (Red+Green+Blue) = 202+98+252=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 98 (38.67% from 255 or 17.75% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #CA62FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA62FC is #359D03. Grayscale: #929292. Windows color (decimal): -3513604 or 16540362. OLE color: 16540362.

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

Color convert

RGB 202 98 252 -
CMYK 0.20 0.61 0 0.01
HSL 280.52º 0.96% 0.69% -
HSV(B) 280.52º 0.61% 0.99% -
XYZ 46.3 28.32 95.12 -
YUV 146.65 187.46 167.48 -
System Red Green Blue C M Y K H S L
Decimal 202 98 252 0.20 0.61 0 0.01 280.52 0.96 0.69
Hex CA 62 FC 14 3D 0 1 119 60 45
Octal 312 142 374 24 75 0 1 431 140 105
Binary 11001010 1100010 11111100 10100 111101 0 1 100011001 1100000 1000101

Color Harmonies of #CA62FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA62FC

Black with #CA62FC

Text Example


Text Example

White with #CA62FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA62FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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