Html Css Color HEX #C58FD0 Wisteria

📋 copy color: '#C58FD0'

red 197 ◦ green 143 ◦ blue 208

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

Shades of Wisteria #C58FD0

Tints of Wisteria #C58FD0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.09%

 BLUE value IS 208 (81.64% from 255) = 37.96%

R = 35.95%
G = 26.09%
B = 37.96%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C58FD0 (or 0xC58FD0) is known color: Wisteria. HEX triplet: C5, 8F and D0. RGB value is (197,143,208). Sum of RGB (Red+Green+Blue) = 197+143+208=548 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.95% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 208 (81.64% from 255 or 37.96% from 548); Max value from RGB is 208 - color contains mainly: blue. Hex color #C58FD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58FD0 is #3A702F. Grayscale: #A6A6A6. Windows color (decimal): -3829808 or 13668293. OLE color: 13668293.

HSL color Cylindrical-coordinate representation of color #C58FD0: hue angle of 289.85º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C58FD0 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 143 208 -
CMYK 0.05 0.31 0 0.18
HSL 289.85º 0.41% 0.69% -
HSV(B) 289.85º 0.31% 0.82% -
XYZ 44.23 36.07 64.31 -
YUV 166.56 151.39 149.71 -
System Red Green Blue C M Y K H S L
Decimal 197 143 208 0.05 0.31 0 0.18 289.85 0.41 0.69
Hex C5 8F D0 5 1F 0 12 122 29 45
Octal 305 217 320 5 37 0 22 442 51 105
Binary 11000101 10001111 11010000 101 11111 0 10010 100100010 101001 1000101

Color Harmonies of #C58FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58FD0

Black with #C58FD0

Text Example


Text Example

White with #C58FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58FD0; }

 p { color: rgb(197,143,208); }

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

background-color css

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

 a { background-color: rgb(197,143,208); }

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

border-color css

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

 span { border-color: rgb(197,143,208); }

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