Html Css Color HEX #CA6BFE Heliotrope

📋 copy color: '#CA6BFE'

red 202 ◦ green 107 ◦ blue 254

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

Shades of Heliotrope #CA6BFE

Tints of Heliotrope #CA6BFE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.01%

 BLUE value IS 254 (99.61% from 255) = 45.12%

R = 35.88%
G = 19.01%
B = 45.12%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CA6BFE (or 0xCA6BFE) is known color: Heliotrope. HEX triplet: CA, 6B and FE. RGB value is (202,107,254). Sum of RGB (Red+Green+Blue) = 202+107+254=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 107 (42.19% from 255 or 19.01% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #CA6BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA6BFE is #359401. Grayscale: #979797. Windows color (decimal): -3511298 or 16673738. OLE color: 16673738.

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

Color convert

RGB 202 107 254 -
CMYK 0.20 0.58 0 0.00
HSL 278.78º 0.99% 0.71% -
HSV(B) 278.78º 0.58% 1% -
XYZ 47.5 30.23 97.1 -
YUV 152.16 185.47 163.55 -
System Red Green Blue C M Y K H S L
Decimal 202 107 254 0.20 0.58 0 0.00 278.78 0.99 0.71
Hex CA 6B FE 14 3A 0 0 117 63 47
Octal 312 153 376 24 72 0 0 427 143 107
Binary 11001010 1101011 11111110 10100 111010 0 0 100010111 1100011 1000111

Color Harmonies of #CA6BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6BFE

Black with #CA6BFE

Text Example


Text Example

White with #CA6BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6BFE; }

 p { color: rgb(202,107,254); }

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

background-color css

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

 a { background-color: rgb(202,107,254); }

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

border-color css

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

 span { border-color: rgb(202,107,254); }

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