Html Css Color HEX #CA62FE Heliotrope

📋 copy color: '#CA62FE'

red 202 ◦ green 98 ◦ blue 254

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

Shades of Heliotrope #CA62FE

Tints of Heliotrope #CA62FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.85%

R = 36.46%
G = 17.69%
B = 45.85%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CA62FE (or 0xCA62FE) is known color: Heliotrope. HEX triplet: CA, 62 and FE. RGB value is (202,98,254). Sum of RGB (Red+Green+Blue) = 202+98+254=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 98 (38.67% from 255 or 17.69% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA62FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA62FE is #359D01. Grayscale: #929292. Windows color (decimal): -3513602 or 16671434. OLE color: 16671434.

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

Color convert

RGB 202 98 254 -
CMYK 0.20 0.61 0 0.00
HSL 280º 0.99% 0.69% -
HSV(B) 280º 0.61% 1% -
XYZ 46.61 28.45 96.8 -
YUV 146.88 188.46 167.32 -
System Red Green Blue C M Y K H S L
Decimal 202 98 254 0.20 0.61 0 0.00 280 0.99 0.69
Hex CA 62 FE 14 3D 0 0 118 63 45
Octal 312 142 376 24 75 0 0 430 143 105
Binary 11001010 1100010 11111110 10100 111101 0 0 100011000 1100011 1000101

Color Harmonies of #CA62FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA62FE

Black with #CA62FE

Text Example


Text Example

White with #CA62FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA62FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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