Html Css Color HEX #CA5DFB Heliotrope

📋 copy color: '#CA5DFB'

red 202 ◦ green 93 ◦ blue 251

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

Shades of Heliotrope #CA5DFB

Tints of Heliotrope #CA5DFB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.03%

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

R = 37%
G = 17.03%
B = 45.97%

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

#CA5DFB (or 0xCA5DFB) is known color: Heliotrope. HEX triplet: CA, 5D and FB. RGB value is (202,93,251). Sum of RGB (Red+Green+Blue) = 202+93+251=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 93 (36.72% from 255 or 17.03% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #CA5DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5DFB is #35A204. Grayscale: #8F8F8F. Windows color (decimal): -3514885 or 16473546. OLE color: 16473546.

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

Color convert

RGB 202 93 251 -
CMYK 0.20 0.63 0 0.02
HSL 281.39º 0.95% 0.67% -
HSV(B) 281.39º 0.63% 0.98% -
XYZ 45.68 27.35 94.14 -
YUV 143.6 188.61 169.65 -
System Red Green Blue C M Y K H S L
Decimal 202 93 251 0.20 0.63 0 0.02 281.39 0.95 0.67
Hex CA 5D FB 14 3F 0 2 119 5F 43
Octal 312 135 373 24 77 0 2 431 137 103
Binary 11001010 1011101 11111011 10100 111111 0 10 100011001 1011111 1000011

Color Harmonies of #CA5DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5DFB

Black with #CA5DFB

Text Example


Text Example

White with #CA5DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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