Html Css Color HEX #CA5DF7 Heliotrope

📋 copy color: '#CA5DF7'

red 202 ◦ green 93 ◦ blue 247

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

Shades of Heliotrope #CA5DF7

Tints of Heliotrope #CA5DF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 45.57%

R = 37.27%
G = 17.16%
B = 45.57%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CA5DF7 (or 0xCA5DF7) is known color: Heliotrope. HEX triplet: CA, 5D and F7. RGB value is (202,93,247). Sum of RGB (Red+Green+Blue) = 202+93+247=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 93 (36.72% from 255 or 17.16% from 542); Blue value is 247 (96.88% from 255 or 45.57% from 542); Max value from RGB is 247 - color contains mainly: blue. Hex color #CA5DF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5DF7 is #35A208. Grayscale: #8E8E8E. Windows color (decimal): -3514889 or 16211402. OLE color: 16211402.

HSL color Cylindrical-coordinate representation of color #CA5DF7: hue angle of 282.47º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA5DF7 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 93 247 -
CMYK 0.18 0.62 0 0.03
HSL 282.47º 0.91% 0.67% -
HSV(B) 282.47º 0.62% 0.97% -
XYZ 45.06 27.1 90.85 -
YUV 143.15 186.61 169.98 -
System Red Green Blue C M Y K H S L
Decimal 202 93 247 0.18 0.62 0 0.03 282.47 0.91 0.67
Hex CA 5D F7 12 3E 0 3 11A 5B 43
Octal 312 135 367 22 76 0 3 432 133 103
Binary 11001010 1011101 11110111 10010 111110 0 11 100011010 1011011 1000011

Color Harmonies of #CA5DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5DF7

Black with #CA5DF7

Text Example


Text Example

White with #CA5DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5DF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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