Html Css Color HEX #CD85DF Wisteria

📋 copy color: '#CD85DF'

red 205 ◦ green 133 ◦ blue 223

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

Shades of Wisteria #CD85DF

Tints of Wisteria #CD85DF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.71%

 BLUE value IS 223 (87.5% from 255) = 39.75%

R = 36.54%
G = 23.71%
B = 39.75%

CMYK

 C value IS 0.08

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD85DF (or 0xCD85DF) is known color: Wisteria. HEX triplet: CD, 85 and DF. RGB value is (205,133,223). Sum of RGB (Red+Green+Blue) = 205+133+223=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 133 (52.34% from 255 or 23.71% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD85DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD85DF is #327A20. Grayscale: #A4A4A4. Windows color (decimal): -3308065 or 14648781. OLE color: 14648781.

HSL color Cylindrical-coordinate representation of color #CD85DF: hue angle of 288º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD85DF is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 133 223 -
CMYK 0.08 0.40 0 0.13
HSL 288º 0.58% 0.7% -
HSV(B) 288º 0.4% 0.87% -
XYZ 46.88 35.08 74.11 -
YUV 164.79 160.85 156.68 -
System Red Green Blue C M Y K H S L
Decimal 205 133 223 0.08 0.40 0 0.13 288 0.58 0.7
Hex CD 85 DF 8 28 0 D 120 3A 46
Octal 315 205 337 10 50 0 15 440 72 106
Binary 11001101 10000101 11011111 1000 101000 0 1101 100100000 111010 1000110

Color Harmonies of #CD85DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD85DF

Black with #CD85DF

Text Example


Text Example

White with #CD85DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD85DF; }

 p { color: rgb(205,133,223); }

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

background-color css

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

 a { background-color: rgb(205,133,223); }

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

border-color css

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

 span { border-color: rgb(205,133,223); }

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