Html Css Color HEX #CA5CFB Heliotrope

📋 copy color: '#CA5CFB'

red 202 ◦ green 92 ◦ blue 251

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

Shades of Heliotrope #CA5CFB

Tints of Heliotrope #CA5CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.06%

R = 37.06%
G = 16.88%
B = 46.06%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA5CFB (or 0xCA5CFB) is known color: Heliotrope. HEX triplet: CA, 5C and FB. RGB value is (202,92,251). Sum of RGB (Red+Green+Blue) = 202+92+251=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 92 (36.33% from 255 or 16.88% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA5CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5CFB is #35A304. Grayscale: #8E8E8E. Windows color (decimal): -3515141 or 16473290. OLE color: 16473290.

HSL color Cylindrical-coordinate representation of color #CA5CFB: hue angle of 281.51º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA5CFB is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 92 251 -
CMYK 0.20 0.63 0 0.02
HSL 281.51º 0.95% 0.67% -
HSV(B) 281.51º 0.63% 0.98% -
XYZ 45.6 27.18 94.11 -
YUV 143.02 188.94 170.07 -
System Red Green Blue C M Y K H S L
Decimal 202 92 251 0.20 0.63 0 0.02 281.51 0.95 0.67
Hex CA 5C FB 14 3F 0 2 11A 5F 43
Octal 312 134 373 24 77 0 2 432 137 103
Binary 11001010 1011100 11111011 10100 111111 0 10 100011010 1011111 1000011

Color Harmonies of #CA5CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5CFB

Black with #CA5CFB

Text Example


Text Example

White with #CA5CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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