Html Css Color HEX #CD96E2 Wisteria

📋 copy color: '#CD96E2'

red 205 ◦ green 150 ◦ blue 226

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

Shades of Wisteria #CD96E2

Tints of Wisteria #CD96E2

RGB

 RED value IS 205 (80.47% from 255) = 35.28%

 GREEN value IS 150 (58.98% from 255) = 25.82%

 BLUE value IS 226 (88.67% from 255) = 38.9%

R = 35.28%
G = 25.82%
B = 38.9%

CMYK

 C value IS 0.09

 M value IS 0.34

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CD96E2 (or 0xCD96E2) is known color: Wisteria. HEX triplet: CD, 96 and E2. RGB value is (205,150,226). Sum of RGB (Red+Green+Blue) = 205+150+226=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 150 (58.98% from 255 or 25.82% from 581); Blue value is 226 (88.67% from 255 or 38.90% from 581); Max value from RGB is 226 - color contains mainly: blue. Hex color #CD96E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD96E2 is #32691D. Grayscale: #AEAEAE. Windows color (decimal): -3303710 or 14849741. OLE color: 14849741.

HSL color Cylindrical-coordinate representation of color #CD96E2: hue angle of 283.42º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CD96E2 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 205 150 226 -
CMYK 0.09 0.34 0 0.11
HSL 283.42º 0.57% 0.74% -
HSV(B) 283.42º 0.34% 0.89% -
XYZ 49.81 40.28 77.1 -
YUV 175.11 156.72 149.32 -
System Red Green Blue C M Y K H S L
Decimal 205 150 226 0.09 0.34 0 0.11 283.42 0.57 0.74
Hex CD 96 E2 9 22 0 B 11B 39 4A
Octal 315 226 342 11 42 0 13 433 71 112
Binary 11001101 10010110 11100010 1001 100010 0 1011 100011011 111001 1001010

Color Harmonies of #CD96E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD96E2

Black with #CD96E2

Text Example


Text Example

White with #CD96E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD96E2; }

 p { color: rgb(205,150,226); }

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

background-color css

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

 a { background-color: rgb(205,150,226); }

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

border-color css

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

 span { border-color: rgb(205,150,226); }

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