Html Css Color HEX #C995EA Wisteria

📋 copy color: '#C995EA'

red 201 ◦ green 149 ◦ blue 234

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

Shades of Wisteria #C995EA

Tints of Wisteria #C995EA

RGB

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

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

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

R = 34.42%
G = 25.51%
B = 40.07%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C995EA (or 0xC995EA) is known color: Wisteria. HEX triplet: C9, 95 and EA. RGB value is (201,149,234). Sum of RGB (Red+Green+Blue) = 201+149+234=584 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.42% from 584); Green value is 149 (58.59% from 255 or 25.51% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #C995EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C995EA is #366A15. Grayscale: #ADADAD. Windows color (decimal): -3566102 or 15373769. OLE color: 15373769.

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

Color convert

RGB 201 149 234 -
CMYK 0.14 0.36 0 0.08
HSL 276.71º 0.67% 0.75% -
HSV(B) 276.71º 0.36% 0.92% -
XYZ 49.69 39.85 82.92 -
YUV 174.24 161.73 147.09 -
System Red Green Blue C M Y K H S L
Decimal 201 149 234 0.14 0.36 0 0.08 276.71 0.67 0.75
Hex C9 95 EA E 24 0 8 115 43 4B
Octal 311 225 352 16 44 0 10 425 103 113
Binary 11001001 10010101 11101010 1110 100100 0 1000 100010101 1000011 1001011

Color Harmonies of #C995EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C995EA

Black with #C995EA

Text Example


Text Example

White with #C995EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C995EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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