Html Css Color HEX #C585FE Heliotrope

📋 copy color: '#C585FE'

red 197 ◦ green 133 ◦ blue 254

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

Shades of Heliotrope #C585FE

Tints of Heliotrope #C585FE

RGB

 RED value IS 197 (77.34% from 255) = 33.73%

 GREEN value IS 133 (52.34% from 255) = 22.77%

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

R = 33.73%
G = 22.77%
B = 43.49%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C585FE (or 0xC585FE) is known color: Heliotrope. HEX triplet: C5, 85 and FE. RGB value is (197,133,254). Sum of RGB (Red+Green+Blue) = 197+133+254=584 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.73% from 584); Green value is 133 (52.34% from 255 or 22.77% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #C585FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C585FE is #3A7A01. Grayscale: #A5A5A5. Windows color (decimal): -3832322 or 16680389. OLE color: 16680389.

HSL color Cylindrical-coordinate representation of color #C585FE: hue angle of 271.74º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C585FE is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 197 133 254 -
CMYK 0.22 0.48 0 0.00
HSL 271.74º 0.98% 0.76% -
HSV(B) 271.74º 0.48% 1% -
XYZ 49.3 35.8 98.08 -
YUV 165.93 177.7 150.16 -
System Red Green Blue C M Y K H S L
Decimal 197 133 254 0.22 0.48 0 0.00 271.74 0.98 0.76
Hex C5 85 FE 16 30 0 0 110 62 4C
Octal 305 205 376 26 60 0 0 420 142 114
Binary 11000101 10000101 11111110 10110 110000 0 0 100010000 1100010 1001100

Color Harmonies of #C585FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C585FE

Black with #C585FE

Text Example


Text Example

White with #C585FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C585FE; }

 p { color: rgb(197,133,254); }

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

background-color css

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

 a { background-color: rgb(197,133,254); }

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

border-color css

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

 span { border-color: rgb(197,133,254); }

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