Html Css Color HEX #C58CFF Heliotrope

📋 copy color: '#C58CFF'

red 197 ◦ green 140 ◦ blue 255

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

Shades of Heliotrope #C58CFF

Tints of Heliotrope #C58CFF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.65%

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

R = 33.28%
G = 23.65%
B = 43.07%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C58CFF (or 0xC58CFF) is known color: Heliotrope. HEX triplet: C5, 8C and FF. RGB value is (197,140,255). Sum of RGB (Red+Green+Blue) = 197+140+255=592 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.28% from 592); Green value is 140 (55.08% from 255 or 23.65% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #C58CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58CFF is #3A7300. Grayscale: #A9A9A9. Windows color (decimal): -3830529 or 16747717. OLE color: 16747717.

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

Color convert

RGB 197 140 255 -
CMYK 0.23 0.45 0 0
HSL 269.74º 1% 0.77% -
HSV(B) 269.74º 0.45% 1% -
XYZ 50.45 37.85 99.25 -
YUV 170.15 175.88 147.15 -
System Red Green Blue C M Y K H S L
Decimal 197 140 255 0.23 0.45 0 0 269.74 1 0.77
Hex C5 8C FF 17 2D 0 0 10E 64 4D
Octal 305 214 377 27 55 0 0 416 144 115
Binary 11000101 10001100 11111111 10111 101101 0 0 100001110 1100100 1001101

Color Harmonies of #C58CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58CFF

Black with #C58CFF

Text Example


Text Example

White with #C58CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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