Html Css Color HEX #CA7DFF Heliotrope

📋 copy color: '#CA7DFF'

red 202 ◦ green 125 ◦ blue 255

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

Shades of Heliotrope #CA7DFF

Tints of Heliotrope #CA7DFF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.48%

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

R = 34.71%
G = 21.48%
B = 43.81%

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

#CA7DFF (or 0xCA7DFF) is known color: Heliotrope. HEX triplet: CA, 7D and FF. RGB value is (202,125,255). Sum of RGB (Red+Green+Blue) = 202+125+255=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 125 (49.22% from 255 or 21.48% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #CA7DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7DFF is #358200. Grayscale: #A2A2A2. Windows color (decimal): -3506689 or 16743882. OLE color: 16743882.

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

Color convert

RGB 202 125 255 -
CMYK 0.21 0.51 0 0
HSL 275.54º 1% 0.75% -
HSV(B) 275.54º 0.51% 1% -
XYZ 49.74 34.44 98.63 -
YUV 162.84 180.01 155.93 -
System Red Green Blue C M Y K H S L
Decimal 202 125 255 0.21 0.51 0 0 275.54 1 0.75
Hex CA 7D FF 15 33 0 0 114 64 4B
Octal 312 175 377 25 63 0 0 424 144 113
Binary 11001010 1111101 11111111 10101 110011 0 0 100010100 1100100 1001011

Color Harmonies of #CA7DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7DFF

Black with #CA7DFF

Text Example


Text Example

White with #CA7DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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