Html Css Color HEX #CA7CF9 Heliotrope

📋 copy color: '#CA7CF9'

red 202 ◦ green 124 ◦ blue 249

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

Shades of Heliotrope #CA7CF9

Tints of Heliotrope #CA7CF9

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.57%

 BLUE value IS 249 (97.66% from 255) = 43.3%

R = 35.13%
G = 21.57%
B = 43.3%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA7CF9 (or 0xCA7CF9) is known color: Heliotrope. HEX triplet: CA, 7C and F9. RGB value is (202,124,249). Sum of RGB (Red+Green+Blue) = 202+124+249=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 124 (48.83% from 255 or 21.57% from 575); Blue value is 249 (97.66% from 255 or 43.30% from 575); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA7CF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7CF9 is #358306. Grayscale: #A1A1A1. Windows color (decimal): -3506951 or 16350410. OLE color: 16350410.

HSL color Cylindrical-coordinate representation of color #CA7CF9: hue angle of 277.44º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA7CF9 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 124 249 -
CMYK 0.19 0.50 0 0.02
HSL 277.44º 0.91% 0.73% -
HSV(B) 277.44º 0.5% 0.98% -
XYZ 48.66 33.81 93.58 -
YUV 161.57 177.34 156.84 -
System Red Green Blue C M Y K H S L
Decimal 202 124 249 0.19 0.50 0 0.02 277.44 0.91 0.73
Hex CA 7C F9 13 32 0 2 115 5B 49
Octal 312 174 371 23 62 0 2 425 133 111
Binary 11001010 1111100 11111001 10011 110010 0 10 100010101 1011011 1001001

Color Harmonies of #CA7CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7CF9

Black with #CA7CF9

Text Example


Text Example

White with #CA7CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7CF9; }

 p { color: rgb(202,124,249); }

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

background-color css

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

 a { background-color: rgb(202,124,249); }

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

border-color css

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

 span { border-color: rgb(202,124,249); }

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