Html Css Color HEX #C992EB Wisteria

📋 copy color: '#C992EB'

red 201 ◦ green 146 ◦ blue 235

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

Shades of Wisteria #C992EB

Tints of Wisteria #C992EB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.09%

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

R = 34.54%
G = 25.09%
B = 40.38%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C992EB (or 0xC992EB) is known color: Wisteria. HEX triplet: C9, 92 and EB. RGB value is (201,146,235). Sum of RGB (Red+Green+Blue) = 201+146+235=582 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.54% from 582); Green value is 146 (57.42% from 255 or 25.09% from 582); Blue value is 235 (92.19% from 255 or 40.38% from 582); Max value from RGB is 235 - color contains mainly: blue. Hex color #C992EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C992EB is #366D14. Grayscale: #ACACAC. Windows color (decimal): -3566869 or 15438537. OLE color: 15438537.

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

Color convert

RGB 201 146 235 -
CMYK 0.14 0.38 0 0.08
HSL 277.08º 0.69% 0.75% -
HSV(B) 277.08º 0.38% 0.92% -
XYZ 49.36 38.97 83.52 -
YUV 172.59 163.22 148.26 -
System Red Green Blue C M Y K H S L
Decimal 201 146 235 0.14 0.38 0 0.08 277.08 0.69 0.75
Hex C9 92 EB E 26 0 8 115 45 4B
Octal 311 222 353 16 46 0 10 425 105 113
Binary 11001001 10010010 11101011 1110 100110 0 1000 100010101 1000101 1001011

Color Harmonies of #C992EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C992EB

Black with #C992EB

Text Example


Text Example

White with #C992EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C992EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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