Html Css Color HEX #CA74FE Heliotrope

📋 copy color: '#CA74FE'

red 202 ◦ green 116 ◦ blue 254

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

Shades of Heliotrope #CA74FE

Tints of Heliotrope #CA74FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.41%

R = 35.31%
G = 20.28%
B = 44.41%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CA74FE (or 0xCA74FE) is known color: Heliotrope. HEX triplet: CA, 74 and FE. RGB value is (202,116,254). Sum of RGB (Red+Green+Blue) = 202+116+254=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 116 (45.70% from 255 or 20.28% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA74FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA74FE is #358B01. Grayscale: #9C9C9C. Windows color (decimal): -3508994 or 16676042. OLE color: 16676042.

HSL color Cylindrical-coordinate representation of color #CA74FE: hue angle of 277.39º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA74FE is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 202 116 254 -
CMYK 0.20 0.54 0 0.00
HSL 277.39º 0.99% 0.73% -
HSV(B) 277.39º 0.54% 1% -
XYZ 48.49 32.2 97.43 -
YUV 157.45 182.49 159.78 -
System Red Green Blue C M Y K H S L
Decimal 202 116 254 0.20 0.54 0 0.00 277.39 0.99 0.73
Hex CA 74 FE 14 36 0 0 115 63 49
Octal 312 164 376 24 66 0 0 425 143 111
Binary 11001010 1110100 11111110 10100 110110 0 0 100010101 1100011 1001001

Color Harmonies of #CA74FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA74FE

Black with #CA74FE

Text Example


Text Example

White with #CA74FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA74FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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