Html Css Color HEX #CA5CF2 Heliotrope

📋 copy color: '#CA5CF2'

red 202 ◦ green 92 ◦ blue 242

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

Shades of Heliotrope #CA5CF2

Tints of Heliotrope #CA5CF2

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.16%

 BLUE value IS 242 (94.92% from 255) = 45.15%

R = 37.69%
G = 17.16%
B = 45.15%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CA5CF2 (or 0xCA5CF2) is known color: Heliotrope. HEX triplet: CA, 5C and F2. RGB value is (202,92,242). Sum of RGB (Red+Green+Blue) = 202+92+242=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 92 (36.33% from 255 or 17.16% from 536); Blue value is 242 (94.92% from 255 or 45.15% from 536); Max value from RGB is 242 - color contains mainly: blue. Hex color #CA5CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5CF2 is #35A30D. Grayscale: #8D8D8D. Windows color (decimal): -3515150 or 15883466. OLE color: 15883466.

HSL color Cylindrical-coordinate representation of color #CA5CF2: hue angle of 284º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA5CF2 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 92 242 -
CMYK 0.17 0.62 0 0.05
HSL 284º 0.85% 0.65% -
HSV(B) 284º 0.62% 0.95% -
XYZ 44.21 26.62 86.81 -
YUV 141.99 184.44 170.8 -
System Red Green Blue C M Y K H S L
Decimal 202 92 242 0.17 0.62 0 0.05 284 0.85 0.65
Hex CA 5C F2 11 3E 0 5 11C 55 41
Octal 312 134 362 21 76 0 5 434 125 101
Binary 11001010 1011100 11110010 10001 111110 0 101 100011100 1010101 1000001

Color Harmonies of #CA5CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5CF2

Black with #CA5CF2

Text Example


Text Example

White with #CA5CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5CF2; }

 p { color: rgb(202,92,242); }

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

background-color css

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

 a { background-color: rgb(202,92,242); }

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

border-color css

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

 span { border-color: rgb(202,92,242); }

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