Html Css Color HEX #CA5FEF Heliotrope

📋 copy color: '#CA5FEF'

red 202 ◦ green 95 ◦ blue 239

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

Shades of Heliotrope #CA5FEF

Tints of Heliotrope #CA5FEF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.72%

 BLUE value IS 239 (93.75% from 255) = 44.59%

R = 37.69%
G = 17.72%
B = 44.59%

CMYK

 C value IS 0.15

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CA5FEF (or 0xCA5FEF) is known color: Heliotrope. HEX triplet: CA, 5F and EF. RGB value is (202,95,239). Sum of RGB (Red+Green+Blue) = 202+95+239=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 95 (37.5% from 255 or 17.72% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #CA5FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5FEF is #35A010. Grayscale: #8E8E8E. Windows color (decimal): -3514385 or 15687626. OLE color: 15687626.

HSL color Cylindrical-coordinate representation of color #CA5FEF: hue angle of 284.58º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA5FEF is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 95 239 -
CMYK 0.15 0.60 0 0.06
HSL 284.58º 0.82% 0.65% -
HSV(B) 284.58º 0.6% 0.94% -
XYZ 44.03 26.97 84.55 -
YUV 143.41 181.95 169.79 -
System Red Green Blue C M Y K H S L
Decimal 202 95 239 0.15 0.60 0 0.06 284.58 0.82 0.65
Hex CA 5F EF F 3C 0 6 11D 52 41
Octal 312 137 357 17 74 0 6 435 122 101
Binary 11001010 1011111 11101111 1111 111100 0 110 100011101 1010010 1000001

Color Harmonies of #CA5FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5FEF

Black with #CA5FEF

Text Example


Text Example

White with #CA5FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5FEF; }

 p { color: rgb(202,95,239); }

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

background-color css

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

 a { background-color: rgb(202,95,239); }

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

border-color css

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

 span { border-color: rgb(202,95,239); }

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