Html Css Color HEX #CA74FA Heliotrope

📋 copy color: '#CA74FA'

red 202 ◦ green 116 ◦ blue 250

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

Shades of Heliotrope #CA74FA

Tints of Heliotrope #CA74FA

RGB

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

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

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

R = 35.56%
G = 20.42%
B = 44.01%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA74FA (or 0xCA74FA) is known color: Heliotrope. HEX triplet: CA, 74 and FA. RGB value is (202,116,250). Sum of RGB (Red+Green+Blue) = 202+116+250=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 116 (45.70% from 255 or 20.42% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA74FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA74FA is #358B05. Grayscale: #9C9C9C. Windows color (decimal): -3508998 or 16413898. OLE color: 16413898.

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

Color convert

RGB 202 116 250 -
CMYK 0.19 0.54 0 0.02
HSL 278.51º 0.93% 0.72% -
HSV(B) 278.51º 0.54% 0.98% -
XYZ 47.86 31.95 94.09 -
YUV 156.99 180.49 160.1 -
System Red Green Blue C M Y K H S L
Decimal 202 116 250 0.19 0.54 0 0.02 278.51 0.93 0.72
Hex CA 74 FA 13 36 0 2 117 5D 48
Octal 312 164 372 23 66 0 2 427 135 110
Binary 11001010 1110100 11111010 10011 110110 0 10 100010111 1011101 1001000

Color Harmonies of #CA74FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA74FA

Black with #CA74FA

Text Example


Text Example

White with #CA74FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA74FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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