Html Css Color HEX #CA5FFA Heliotrope

📋 copy color: '#CA5FFA'

red 202 ◦ green 95 ◦ blue 250

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

Shades of Heliotrope #CA5FFA

Tints of Heliotrope #CA5FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.7%

R = 36.93%
G = 17.37%
B = 45.7%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA5FFA (or 0xCA5FFA) is known color: Heliotrope. HEX triplet: CA, 5F and FA. RGB value is (202,95,250). Sum of RGB (Red+Green+Blue) = 202+95+250=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 95 (37.5% from 255 or 17.37% from 547); Blue value is 250 (98.05% from 255 or 45.70% from 547); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA5FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA5FFA is #35A005. Grayscale: #909090. Windows color (decimal): -3514374 or 16408522. OLE color: 16408522.

HSL color Cylindrical-coordinate representation of color #CA5FFA: hue angle of 281.42º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CA5FFA is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 95 250 -
CMYK 0.19 0.62 0 0.02
HSL 281.42º 0.94% 0.68% -
HSV(B) 281.42º 0.62% 0.98% -
XYZ 45.7 27.64 93.37 -
YUV 144.66 187.45 168.9 -
System Red Green Blue C M Y K H S L
Decimal 202 95 250 0.19 0.62 0 0.02 281.42 0.94 0.68
Hex CA 5F FA 13 3E 0 2 119 5E 44
Octal 312 137 372 23 76 0 2 431 136 104
Binary 11001010 1011111 11111010 10011 111110 0 10 100011001 1011110 1000100

Color Harmonies of #CA5FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5FFA

Black with #CA5FFA

Text Example


Text Example

White with #CA5FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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