Html Css Color HEX #CA7CFF Heliotrope

📋 copy color: '#CA7CFF'

red 202 ◦ green 124 ◦ blue 255

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

Shades of Heliotrope #CA7CFF

Tints of Heliotrope #CA7CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.89%

R = 34.77%
G = 21.34%
B = 43.89%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CA7CFF (or 0xCA7CFF) is known color: Heliotrope. HEX triplet: CA, 7C and FF. RGB value is (202,124,255). Sum of RGB (Red+Green+Blue) = 202+124+255=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 124 (48.83% from 255 or 21.34% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA7CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7CFF is #358300. Grayscale: #A1A1A1. Windows color (decimal): -3506945 or 16743626. OLE color: 16743626.

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

Color convert

RGB 202 124 255 -
CMYK 0.21 0.51 0 0
HSL 275.73º 1% 0.74% -
HSV(B) 275.73º 0.51% 1% -
XYZ 49.61 34.19 98.59 -
YUV 162.26 180.34 156.35 -
System Red Green Blue C M Y K H S L
Decimal 202 124 255 0.21 0.51 0 0 275.73 1 0.74
Hex CA 7C FF 15 33 0 0 114 64 4A
Octal 312 174 377 25 63 0 0 424 144 112
Binary 11001010 1111100 11111111 10101 110011 0 0 100010100 1100100 1001010

Color Harmonies of #CA7CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7CFF

Black with #CA7CFF

Text Example


Text Example

White with #CA7CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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