Html Css Color HEX #CA6DF4 Heliotrope

📋 copy color: '#CA6DF4'

red 202 ◦ green 109 ◦ blue 244

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

Shades of Heliotrope #CA6DF4

Tints of Heliotrope #CA6DF4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.64%

 BLUE value IS 244 (95.7% from 255) = 43.96%

R = 36.4%
G = 19.64%
B = 43.96%

CMYK

 C value IS 0.17

 M value IS 0.55

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CA6DF4 (or 0xCA6DF4) is known color: Heliotrope. HEX triplet: CA, 6D and F4. RGB value is (202,109,244). Sum of RGB (Red+Green+Blue) = 202+109+244=555 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.40% from 555); Green value is 109 (42.97% from 255 or 19.64% from 555); Blue value is 244 (95.70% from 255 or 43.96% from 555); Max value from RGB is 244 - color contains mainly: blue. Hex color #CA6DF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6DF4 is #35920B. Grayscale: #979797. Windows color (decimal): -3510796 or 16018890. OLE color: 16018890.

HSL color Cylindrical-coordinate representation of color #CA6DF4: hue angle of 281.33º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA6DF4 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 109 244 -
CMYK 0.17 0.55 0 0.04
HSL 281.33º 0.86% 0.69% -
HSV(B) 281.33º 0.55% 0.96% -
XYZ 46.15 30.03 88.95 -
YUV 152.2 179.81 163.52 -
System Red Green Blue C M Y K H S L
Decimal 202 109 244 0.17 0.55 0 0.04 281.33 0.86 0.69
Hex CA 6D F4 11 37 0 4 119 56 45
Octal 312 155 364 21 67 0 4 431 126 105
Binary 11001010 1101101 11110100 10001 110111 0 100 100011001 1010110 1000101

Color Harmonies of #CA6DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6DF4

Black with #CA6DF4

Text Example


Text Example

White with #CA6DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6DF4; }

 p { color: rgb(202,109,244); }

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

background-color css

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

 a { background-color: rgb(202,109,244); }

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

border-color css

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

 span { border-color: rgb(202,109,244); }

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