Html Css Color HEX #C994ED Wisteria

📋 copy color: '#C994ED'

red 201 ◦ green 148 ◦ blue 237

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

Shades of Wisteria #C994ED

Tints of Wisteria #C994ED

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.26%

 BLUE value IS 237 (92.97% from 255) = 40.44%

R = 34.3%
G = 25.26%
B = 40.44%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C994ED (or 0xC994ED) is known color: Wisteria. HEX triplet: C9, 94 and ED. RGB value is (201,148,237). Sum of RGB (Red+Green+Blue) = 201+148+237=586 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.30% from 586); Green value is 148 (58.20% from 255 or 25.26% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 237 - color contains mainly: blue. Hex color #C994ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C994ED is #366B12. Grayscale: #ADADAD. Windows color (decimal): -3566355 or 15570121. OLE color: 15570121.

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

Color convert

RGB 201 148 237 -
CMYK 0.15 0.38 0 0.07
HSL 275.73º 0.71% 0.75% -
HSV(B) 275.73º 0.38% 0.93% -
XYZ 49.96 39.71 85.15 -
YUV 173.99 163.56 147.26 -
System Red Green Blue C M Y K H S L
Decimal 201 148 237 0.15 0.38 0 0.07 275.73 0.71 0.75
Hex C9 94 ED F 26 0 7 114 47 4B
Octal 311 224 355 17 46 0 7 424 107 113
Binary 11001001 10010100 11101101 1111 100110 0 111 100010100 1000111 1001011

Color Harmonies of #C994ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C994ED

Black with #C994ED

Text Example


Text Example

White with #C994ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C994ED; }

 p { color: rgb(201,148,237); }

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

background-color css

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

 a { background-color: rgb(201,148,237); }

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

border-color css

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

 span { border-color: rgb(201,148,237); }

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