Html Css Color HEX #C995EB Wisteria

📋 copy color: '#C995EB'

red 201 ◦ green 149 ◦ blue 235

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

Shades of Wisteria #C995EB

Tints of Wisteria #C995EB

RGB

 RED value IS 201 (78.91% from 255) = 34.36%

 GREEN value IS 149 (58.59% from 255) = 25.47%

 BLUE value IS 235 (92.19% from 255) = 40.17%

R = 34.36%
G = 25.47%
B = 40.17%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C995EB (or 0xC995EB) is known color: Wisteria. HEX triplet: C9, 95 and EB. RGB value is (201,149,235). Sum of RGB (Red+Green+Blue) = 201+149+235=585 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.36% from 585); Green value is 149 (58.59% from 255 or 25.47% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 235 - color contains mainly: blue. Hex color #C995EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C995EB is #366A14. Grayscale: #AEAEAE. Windows color (decimal): -3566101 or 15439305. OLE color: 15439305.

HSL color Cylindrical-coordinate representation of color #C995EB: hue angle of 276.28º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C995EB is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 149 235 -
CMYK 0.14 0.37 0 0.08
HSL 276.28º 0.68% 0.75% -
HSV(B) 276.28º 0.37% 0.92% -
XYZ 49.83 39.91 83.67 -
YUV 174.35 162.23 147.01 -
System Red Green Blue C M Y K H S L
Decimal 201 149 235 0.14 0.37 0 0.08 276.28 0.68 0.75
Hex C9 95 EB E 25 0 8 114 44 4B
Octal 311 225 353 16 45 0 10 424 104 113
Binary 11001001 10010101 11101011 1110 100101 0 1000 100010100 1000100 1001011

Color Harmonies of #C995EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C995EB

Black with #C995EB

Text Example


Text Example

White with #C995EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C995EB; }

 p { color: rgb(201,149,235); }

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

background-color css

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

 a { background-color: rgb(201,149,235); }

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

border-color css

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

 span { border-color: rgb(201,149,235); }

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