Html Css Color HEX #C585FF Heliotrope

📋 copy color: '#C585FF'

red 197 ◦ green 133 ◦ blue 255

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

Shades of Heliotrope #C585FF

Tints of Heliotrope #C585FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.59%

R = 33.68%
G = 22.74%
B = 43.59%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C585FF (or 0xC585FF) is known color: Heliotrope. HEX triplet: C5, 85 and FF. RGB value is (197,133,255). Sum of RGB (Red+Green+Blue) = 197+133+255=585 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.68% from 585); Green value is 133 (52.34% from 255 or 22.74% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #C585FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C585FF is #3A7A00. Grayscale: #A5A5A5. Windows color (decimal): -3832321 or 16745925. OLE color: 16745925.

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

Color convert

RGB 197 133 255 -
CMYK 0.23 0.48 0 0
HSL 271.48º 1% 0.76% -
HSV(B) 271.48º 0.48% 1% -
XYZ 49.46 35.87 98.92 -
YUV 166.04 178.2 150.08 -
System Red Green Blue C M Y K H S L
Decimal 197 133 255 0.23 0.48 0 0 271.48 1 0.76
Hex C5 85 FF 17 30 0 0 10F 64 4C
Octal 305 205 377 27 60 0 0 417 144 114
Binary 11000101 10000101 11111111 10111 110000 0 0 100001111 1100100 1001100

Color Harmonies of #C585FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C585FF

Black with #C585FF

Text Example


Text Example

White with #C585FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C585FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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