Html Css Color HEX #CA71ED Heliotrope

📋 copy color: '#CA71ED'

red 202 ◦ green 113 ◦ blue 237

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

Shades of Heliotrope #CA71ED

Tints of Heliotrope #CA71ED

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.47%

 BLUE value IS 237 (92.97% from 255) = 42.93%

R = 36.59%
G = 20.47%
B = 42.93%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA71ED (or 0xCA71ED) is known color: Heliotrope. HEX triplet: CA, 71 and ED. RGB value is (202,113,237). Sum of RGB (Red+Green+Blue) = 202+113+237=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 113 (44.53% from 255 or 20.47% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA71ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA71ED is #358E12. Grayscale: #999999. Windows color (decimal): -3509779 or 15561162. OLE color: 15561162.

HSL color Cylindrical-coordinate representation of color #CA71ED: hue angle of 283.06º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA71ED is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 113 237 -
CMYK 0.15 0.52 0 0.07
HSL 283.06º 0.78% 0.69% -
HSV(B) 283.06º 0.52% 0.93% -
XYZ 45.55 30.48 83.6 -
YUV 153.75 174.99 162.42 -
System Red Green Blue C M Y K H S L
Decimal 202 113 237 0.15 0.52 0 0.07 283.06 0.78 0.69
Hex CA 71 ED F 34 0 7 11B 4E 45
Octal 312 161 355 17 64 0 7 433 116 105
Binary 11001010 1110001 11101101 1111 110100 0 111 100011011 1001110 1000101

Color Harmonies of #CA71ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA71ED

Black with #CA71ED

Text Example


Text Example

White with #CA71ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA71ED; }

 p { color: rgb(202,113,237); }

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

background-color css

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

 a { background-color: rgb(202,113,237); }

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

border-color css

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

 span { border-color: rgb(202,113,237); }

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