Html Css Color HEX #CA7FFD Heliotrope

📋 copy color: '#CA7FFD'

red 202 ◦ green 127 ◦ blue 253

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

Shades of Heliotrope #CA7FFD

Tints of Heliotrope #CA7FFD

RGB

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

 GREEN value IS 127 (50% from 255) = 21.82%

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

R = 34.71%
G = 21.82%
B = 43.47%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA7FFD (or 0xCA7FFD) is known color: Heliotrope. HEX triplet: CA, 7F and FD. RGB value is (202,127,253). Sum of RGB (Red+Green+Blue) = 202+127+253=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 127 (50% from 255 or 21.82% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA7FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7FFD is #358002. Grayscale: #A3A3A3. Windows color (decimal): -3506179 or 16613322. OLE color: 16613322.

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

Color convert

RGB 202 127 253 -
CMYK 0.20 0.50 0 0.01
HSL 275.71º 0.97% 0.75% -
HSV(B) 275.71º 0.5% 0.99% -
XYZ 49.68 34.83 97.03 -
YUV 163.79 178.35 155.25 -
System Red Green Blue C M Y K H S L
Decimal 202 127 253 0.20 0.50 0 0.01 275.71 0.97 0.75
Hex CA 7F FD 14 32 0 1 114 61 4B
Octal 312 177 375 24 62 0 1 424 141 113
Binary 11001010 1111111 11111101 10100 110010 0 1 100010100 1100001 1001011

Color Harmonies of #CA7FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7FFD

Black with #CA7FFD

Text Example


Text Example

White with #CA7FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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