Html Css Color HEX #C585EA Wisteria

📋 copy color: '#C585EA'

red 197 ◦ green 133 ◦ blue 234

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

Shades of Wisteria #C585EA

Tints of Wisteria #C585EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.49%

R = 34.93%
G = 23.58%
B = 41.49%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C585EA (or 0xC585EA) is known color: Wisteria. HEX triplet: C5, 85 and EA. RGB value is (197,133,234). Sum of RGB (Red+Green+Blue) = 197+133+234=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 133 (52.34% from 255 or 23.58% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #C585EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C585EA is #3A7A15. Grayscale: #A3A3A3. Windows color (decimal): -3832342 or 15369669. OLE color: 15369669.

HSL color Cylindrical-coordinate representation of color #C585EA: hue angle of 278.02º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C585EA is Cyan = 0.16, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 133 234 -
CMYK 0.16 0.43 0 0.08
HSL 278.02º 0.71% 0.72% -
HSV(B) 278.02º 0.43% 0.92% -
XYZ 46.26 34.59 82.08 -
YUV 163.65 167.7 151.79 -
System Red Green Blue C M Y K H S L
Decimal 197 133 234 0.16 0.43 0 0.08 278.02 0.71 0.72
Hex C5 85 EA 10 2B 0 8 116 47 48
Octal 305 205 352 20 53 0 10 426 107 110
Binary 11000101 10000101 11101010 10000 101011 0 1000 100010110 1000111 1001000

Color Harmonies of #C585EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C585EA

Black with #C585EA

Text Example


Text Example

White with #C585EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C585EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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