Html Css Color HEX #CA7CFD Heliotrope

📋 copy color: '#CA7CFD'

red 202 ◦ green 124 ◦ blue 253

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

Shades of Heliotrope #CA7CFD

Tints of Heliotrope #CA7CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 43.7%

R = 34.89%
G = 21.42%
B = 43.7%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA7CFD (or 0xCA7CFD) is known color: Heliotrope. HEX triplet: CA, 7C and FD. RGB value is (202,124,253). Sum of RGB (Red+Green+Blue) = 202+124+253=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 124 (48.83% from 255 or 21.42% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA7CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7CFD is #358302. Grayscale: #A1A1A1. Windows color (decimal): -3506947 or 16612554. OLE color: 16612554.

HSL color Cylindrical-coordinate representation of color #CA7CFD: hue angle of 276.28º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA7CFD is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 202 124 253 -
CMYK 0.20 0.51 0 0.01
HSL 276.28º 0.97% 0.74% -
HSV(B) 276.28º 0.51% 0.99% -
XYZ 49.29 34.06 96.91 -
YUV 162.03 179.34 156.51 -
System Red Green Blue C M Y K H S L
Decimal 202 124 253 0.20 0.51 0 0.01 276.28 0.97 0.74
Hex CA 7C FD 14 33 0 1 114 61 4A
Octal 312 174 375 24 63 0 1 424 141 112
Binary 11001010 1111100 11111101 10100 110011 0 1 100010100 1100001 1001010

Color Harmonies of #CA7CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7CFD

Black with #CA7CFD

Text Example


Text Example

White with #CA7CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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