Html Css Color HEX #CD96E0 Wisteria

📋 copy color: '#CD96E0'

red 205 ◦ green 150 ◦ blue 224

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

Shades of Wisteria #CD96E0

Tints of Wisteria #CD96E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.69%

R = 35.41%
G = 25.91%
B = 38.69%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CD96E0 (or 0xCD96E0) is known color: Wisteria. HEX triplet: CD, 96 and E0. RGB value is (205,150,224). Sum of RGB (Red+Green+Blue) = 205+150+224=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 150 (58.98% from 255 or 25.91% from 579); Blue value is 224 (87.89% from 255 or 38.69% from 579); Max value from RGB is 224 - color contains mainly: blue. Hex color #CD96E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD96E0 is #32691F. Grayscale: #AEAEAE. Windows color (decimal): -3303712 or 14718669. OLE color: 14718669.

HSL color Cylindrical-coordinate representation of color #CD96E0: hue angle of 284.59º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD96E0 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 150 224 -
CMYK 0.08 0.33 0 0.12
HSL 284.59º 0.54% 0.73% -
HSV(B) 284.59º 0.33% 0.88% -
XYZ 49.54 40.17 75.66 -
YUV 174.88 155.72 149.48 -
System Red Green Blue C M Y K H S L
Decimal 205 150 224 0.08 0.33 0 0.12 284.59 0.54 0.73
Hex CD 96 E0 8 21 0 C 11D 36 49
Octal 315 226 340 10 41 0 14 435 66 111
Binary 11001101 10010110 11100000 1000 100001 0 1100 100011101 110110 1001001

Color Harmonies of #CD96E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD96E0

Black with #CD96E0

Text Example


Text Example

White with #CD96E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD96E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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