Html Css Color HEX #C995EC Wisteria

📋 copy color: '#C995EC'

red 201 ◦ green 149 ◦ blue 236

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

Shades of Wisteria #C995EC

Tints of Wisteria #C995EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.27%

R = 34.3%
G = 25.43%
B = 40.27%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C995EC (or 0xC995EC) is known color: Wisteria. HEX triplet: C9, 95 and EC. RGB value is (201,149,236). Sum of RGB (Red+Green+Blue) = 201+149+236=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 149 (58.59% from 255 or 25.43% from 586); Blue value is 236 (92.58% from 255 or 40.27% from 586); Max value from RGB is 236 - color contains mainly: blue. Hex color #C995EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C995EC is #366A13. Grayscale: #AEAEAE. Windows color (decimal): -3566100 or 15504841. OLE color: 15504841.

HSL color Cylindrical-coordinate representation of color #C995EC: hue angle of 275.86º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C995EC is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 149 236 -
CMYK 0.15 0.37 0 0.07
HSL 275.86º 0.7% 0.75% -
HSV(B) 275.86º 0.37% 0.93% -
XYZ 49.98 39.97 84.44 -
YUV 174.47 162.73 146.93 -
System Red Green Blue C M Y K H S L
Decimal 201 149 236 0.15 0.37 0 0.07 275.86 0.7 0.75
Hex C9 95 EC F 25 0 7 114 46 4B
Octal 311 225 354 17 45 0 7 424 106 113
Binary 11001001 10010101 11101100 1111 100101 0 111 100010100 1000110 1001011

Color Harmonies of #C995EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C995EC

Black with #C995EC

Text Example


Text Example

White with #C995EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C995EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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