Html Css Color HEX #CD9DE5 Wisteria

📋 copy color: '#CD9DE5'

red 205 ◦ green 157 ◦ blue 229

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

Shades of Wisteria #CD9DE5

Tints of Wisteria #CD9DE5

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.57%

 BLUE value IS 229 (89.84% from 255) = 38.75%

R = 34.69%
G = 26.57%
B = 38.75%

CMYK

 C value IS 0.10

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CD9DE5 (or 0xCD9DE5) is known color: Wisteria. HEX triplet: CD, 9D and E5. RGB value is (205,157,229). Sum of RGB (Red+Green+Blue) = 205+157+229=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 157 (61.72% from 255 or 26.57% from 591); Blue value is 229 (89.84% from 255 or 38.75% from 591); Max value from RGB is 229 - color contains mainly: blue. Hex color #CD9DE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9DE5 is #32621A. Grayscale: #B3B3B3. Windows color (decimal): -3301915 or 15048141. OLE color: 15048141.

HSL color Cylindrical-coordinate representation of color #CD9DE5: hue angle of 280º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CD9DE5 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 157 229 -
CMYK 0.10 0.31 0 0.10
HSL 280º 0.58% 0.76% -
HSV(B) 280º 0.31% 0.9% -
XYZ 51.38 42.75 79.67 -
YUV 179.56 155.9 146.15 -
System Red Green Blue C M Y K H S L
Decimal 205 157 229 0.10 0.31 0 0.10 280 0.58 0.76
Hex CD 9D E5 A 1F 0 A 118 3A 4C
Octal 315 235 345 12 37 0 12 430 72 114
Binary 11001101 10011101 11100101 1010 11111 0 1010 100011000 111010 1001100

Color Harmonies of #CD9DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9DE5

Black with #CD9DE5

Text Example


Text Example

White with #CD9DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9DE5; }

 p { color: rgb(205,157,229); }

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

background-color css

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

 a { background-color: rgb(205,157,229); }

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

border-color css

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

 span { border-color: rgb(205,157,229); }

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