Html Css Color HEX #CA74F1 Heliotrope

📋 copy color: '#CA74F1'

red 202 ◦ green 116 ◦ blue 241

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

Shades of Heliotrope #CA74F1

Tints of Heliotrope #CA74F1

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.75%

 BLUE value IS 241 (94.53% from 255) = 43.11%

R = 36.14%
G = 20.75%
B = 43.11%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CA74F1 (or 0xCA74F1) is known color: Heliotrope. HEX triplet: CA, 74 and F1. RGB value is (202,116,241). Sum of RGB (Red+Green+Blue) = 202+116+241=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 116 (45.70% from 255 or 20.75% from 559); Blue value is 241 (94.53% from 255 or 43.11% from 559); Max value from RGB is 241 - color contains mainly: blue. Hex color #CA74F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA74F1 is #358B0E. Grayscale: #9B9B9B. Windows color (decimal): -3509007 or 15824074. OLE color: 15824074.

HSL color Cylindrical-coordinate representation of color #CA74F1: hue angle of 281.28º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA74F1 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 116 241 -
CMYK 0.16 0.52 0 0.05
HSL 281.28º 0.82% 0.7% -
HSV(B) 281.28º 0.52% 0.95% -
XYZ 46.48 31.4 86.83 -
YUV 155.96 175.99 160.84 -
System Red Green Blue C M Y K H S L
Decimal 202 116 241 0.16 0.52 0 0.05 281.28 0.82 0.7
Hex CA 74 F1 10 34 0 5 119 52 46
Octal 312 164 361 20 64 0 5 431 122 106
Binary 11001010 1110100 11110001 10000 110100 0 101 100011001 1010010 1000110

Color Harmonies of #CA74F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA74F1

Black with #CA74F1

Text Example


Text Example

White with #CA74F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA74F1; }

 p { color: rgb(202,116,241); }

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

background-color css

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

 a { background-color: rgb(202,116,241); }

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

border-color css

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

 span { border-color: rgb(202,116,241); }

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