Html Css Color HEX #CA48FF Heliotrope

📋 copy color: '#CA48FF'

red 202 ◦ green 72 ◦ blue 255

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

Shades of Heliotrope #CA48FF

Tints of Heliotrope #CA48FF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 13.61%

 BLUE value IS 255 (100% from 255) = 48.2%

R = 38.19%
G = 13.61%
B = 48.2%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CA48FF (or 0xCA48FF) is known color: Heliotrope. HEX triplet: CA, 48 and FF. RGB value is (202,72,255). Sum of RGB (Red+Green+Blue) = 202+72+255=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 72 (28.52% from 255 or 13.61% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA48FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CA48FF is #35B700. Grayscale: #838383. Windows color (decimal): -3520257 or 16730314. OLE color: 16730314.

HSL color Cylindrical-coordinate representation of color #CA48FF: hue angle of 282.62º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA48FF is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 202 72 255 -
CMYK 0.21 0.72 0 0
HSL 282.62º 1% 0.64% -
HSV(B) 282.62º 0.72% 1% -
XYZ 44.72 24.41 96.96 -
YUV 131.73 197.57 178.12 -
System Red Green Blue C M Y K H S L
Decimal 202 72 255 0.21 0.72 0 0 282.62 1 0.64
Hex CA 48 FF 15 48 0 0 11B 64 40
Octal 312 110 377 25 110 0 0 433 144 100
Binary 11001010 1001000 11111111 10101 1001000 0 0 100011011 1100100 1000000

Color Harmonies of #CA48FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA48FF

Black with #CA48FF

Text Example


Text Example

White with #CA48FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA48FF; }

 p { color: rgb(202,72,255); }

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

background-color css

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

 a { background-color: rgb(202,72,255); }

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

border-color css

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

 span { border-color: rgb(202,72,255); }

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