Html Css Color HEX #C585EF Wisteria

📋 copy color: '#C585EF'

red 197 ◦ green 133 ◦ blue 239

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

Shades of Wisteria #C585EF

Tints of Wisteria #C585EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42%

R = 34.62%
G = 23.37%
B = 42%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C585EF (or 0xC585EF) is known color: Wisteria. HEX triplet: C5, 85 and EF. RGB value is (197,133,239). Sum of RGB (Red+Green+Blue) = 197+133+239=569 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.62% from 569); Green value is 133 (52.34% from 255 or 23.37% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #C585EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C585EF is #3A7A10. Grayscale: #A3A3A3. Windows color (decimal): -3832337 or 15697349. OLE color: 15697349.

HSL color Cylindrical-coordinate representation of color #C585EF: hue angle of 276.23º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C585EF is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 133 239 -
CMYK 0.18 0.44 0 0.06
HSL 276.23º 0.77% 0.73% -
HSV(B) 276.23º 0.44% 0.94% -
XYZ 46.99 34.88 85.92 -
YUV 164.22 170.2 151.38 -
System Red Green Blue C M Y K H S L
Decimal 197 133 239 0.18 0.44 0 0.06 276.23 0.77 0.73
Hex C5 85 EF 12 2C 0 6 114 4D 49
Octal 305 205 357 22 54 0 6 424 115 111
Binary 11000101 10000101 11101111 10010 101100 0 110 100010100 1001101 1001001

Color Harmonies of #C585EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C585EF

Black with #C585EF

Text Example


Text Example

White with #C585EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C585EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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