Html Css Color HEX #CD99D5 Wisteria

📋 copy color: '#CD99D5'

red 205 ◦ green 153 ◦ blue 213

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

Shades of Wisteria #CD99D5

Tints of Wisteria #CD99D5

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.8%

 BLUE value IS 213 (83.59% from 255) = 37.3%

R = 35.9%
G = 26.8%
B = 37.3%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CD99D5 (or 0xCD99D5) is known color: Wisteria. HEX triplet: CD, 99 and D5. RGB value is (205,153,213). Sum of RGB (Red+Green+Blue) = 205+153+213=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 153 (60.16% from 255 or 26.80% from 571); Blue value is 213 (83.59% from 255 or 37.30% from 571); Max value from RGB is 213 - color contains mainly: blue. Hex color #CD99D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD99D5 is #32662A. Grayscale: #AFAFAF. Windows color (decimal): -3302955 or 13998541. OLE color: 13998541.

HSL color Cylindrical-coordinate representation of color #CD99D5: hue angle of 292º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CD99D5 is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 153 213 -
CMYK 0.04 0.28 0 0.16
HSL 292º 0.42% 0.72% -
HSV(B) 292º 0.28% 0.84% -
XYZ 48.58 40.57 68.22 -
YUV 175.39 149.23 149.12 -
System Red Green Blue C M Y K H S L
Decimal 205 153 213 0.04 0.28 0 0.16 292 0.42 0.72
Hex CD 99 D5 4 1C 0 10 124 2A 48
Octal 315 231 325 4 34 0 20 444 52 110
Binary 11001101 10011001 11010101 100 11100 0 10000 100100100 101010 1001000

Color Harmonies of #CD99D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD99D5

Black with #CD99D5

Text Example


Text Example

White with #CD99D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD99D5; }

 p { color: rgb(205,153,213); }

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

background-color css

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

 a { background-color: rgb(205,153,213); }

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

border-color css

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

 span { border-color: rgb(205,153,213); }

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