Html Css Color HEX #CA6FFD Heliotrope

📋 copy color: '#CA6FFD'

red 202 ◦ green 111 ◦ blue 253

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

Shades of Heliotrope #CA6FFD

Tints of Heliotrope #CA6FFD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.61%

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

R = 35.69%
G = 19.61%
B = 44.7%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CA6FFD (or 0xCA6FFD) is known color: Heliotrope. HEX triplet: CA, 6F and FD. RGB value is (202,111,253). Sum of RGB (Red+Green+Blue) = 202+111+253=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 111 (43.75% from 255 or 19.61% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA6FFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6FFD is #359002. Grayscale: #999999. Windows color (decimal): -3510275 or 16609226. OLE color: 16609226.

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

Color convert

RGB 202 111 253 -
CMYK 0.20 0.56 0 0.01
HSL 278.45º 0.97% 0.71% -
HSV(B) 278.45º 0.56% 0.99% -
XYZ 47.77 31.02 96.4 -
YUV 154.4 183.65 161.95 -
System Red Green Blue C M Y K H S L
Decimal 202 111 253 0.20 0.56 0 0.01 278.45 0.97 0.71
Hex CA 6F FD 14 38 0 1 116 61 47
Octal 312 157 375 24 70 0 1 426 141 107
Binary 11001010 1101111 11111101 10100 111000 0 1 100010110 1100001 1000111

Color Harmonies of #CA6FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6FFD

Black with #CA6FFD

Text Example


Text Example

White with #CA6FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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