Html Css Color HEX #CA6CFD Heliotrope

📋 copy color: '#CA6CFD'

red 202 ◦ green 108 ◦ blue 253

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

Shades of Heliotrope #CA6CFD

Tints of Heliotrope #CA6CFD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.18%

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

R = 35.88%
G = 19.18%
B = 44.94%

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

#CA6CFD (or 0xCA6CFD) is known color: Heliotrope. HEX triplet: CA, 6C and FD. RGB value is (202,108,253). Sum of RGB (Red+Green+Blue) = 202+108+253=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 108 (42.58% from 255 or 19.18% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #CA6CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6CFD is #359302. Grayscale: #989898. Windows color (decimal): -3511043 or 16608458. OLE color: 16608458.

HSL color Cylindrical-coordinate representation of color #CA6CFD: hue angle of 278.9º 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 #CA6CFD is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 202 108 253 -
CMYK 0.20 0.57 0 0.01
HSL 278.9º 0.97% 0.71% -
HSV(B) 278.9º 0.57% 0.99% -
XYZ 47.45 30.37 96.29 -
YUV 152.64 184.64 163.21 -
System Red Green Blue C M Y K H S L
Decimal 202 108 253 0.20 0.57 0 0.01 278.9 0.97 0.71
Hex CA 6C FD 14 39 0 1 117 61 47
Octal 312 154 375 24 71 0 1 427 141 107
Binary 11001010 1101100 11111101 10100 111001 0 1 100010111 1100001 1000111

Color Harmonies of #CA6CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6CFD

Black with #CA6CFD

Text Example


Text Example

White with #CA6CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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