Html Css Color HEX #CA6EFD Heliotrope

📋 copy color: '#CA6EFD'

red 202 ◦ green 110 ◦ blue 253

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

Shades of Heliotrope #CA6EFD

Tints of Heliotrope #CA6EFD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.47%

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

R = 35.75%
G = 19.47%
B = 44.78%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA6EFD (or 0xCA6EFD) is known color: Heliotrope. HEX triplet: CA, 6E and FD. RGB value is (202,110,253). Sum of RGB (Red+Green+Blue) = 202+110+253=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 110 (43.36% from 255 or 19.47% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA6EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6EFD is #359102. Grayscale: #999999. Windows color (decimal): -3510531 or 16608970. OLE color: 16608970.

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

Color convert

RGB 202 110 253 -
CMYK 0.20 0.57 0 0.01
HSL 278.6º 0.97% 0.71% -
HSV(B) 278.6º 0.57% 0.99% -
XYZ 47.66 30.8 96.36 -
YUV 153.81 183.98 162.37 -
System Red Green Blue C M Y K H S L
Decimal 202 110 253 0.20 0.57 0 0.01 278.6 0.97 0.71
Hex CA 6E FD 14 39 0 1 117 61 47
Octal 312 156 375 24 71 0 1 427 141 107
Binary 11001010 1101110 11111101 10100 111001 0 1 100010111 1100001 1000111

Color Harmonies of #CA6EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6EFD

Black with #CA6EFD

Text Example


Text Example

White with #CA6EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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