Html Css Color HEX #CE85DD Wisteria

📋 copy color: '#CE85DD'

red 206 ◦ green 133 ◦ blue 221

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

Shades of Wisteria #CE85DD

Tints of Wisteria #CE85DD

RGB

 RED value IS 206 (80.86% from 255) = 36.79%

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

 BLUE value IS 221 (86.72% from 255) = 39.46%

R = 36.79%
G = 23.75%
B = 39.46%

CMYK

 C value IS 0.07

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE85DD (or 0xCE85DD) is known color: Wisteria. HEX triplet: CE, 85 and DD. RGB value is (206,133,221). Sum of RGB (Red+Green+Blue) = 206+133+221=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 133 (52.34% from 255 or 23.75% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE85DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE85DD is #317A22. Grayscale: #A4A4A4. Windows color (decimal): -3242531 or 14517710. OLE color: 14517710.

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

Color convert

RGB 206 133 221 -
CMYK 0.07 0.40 0 0.13
HSL 289.77º 0.56% 0.69% -
HSV(B) 289.77º 0.4% 0.87% -
XYZ 46.89 35.12 72.71 -
YUV 164.86 159.68 157.34 -
System Red Green Blue C M Y K H S L
Decimal 206 133 221 0.07 0.40 0 0.13 289.77 0.56 0.69
Hex CE 85 DD 7 28 0 D 122 38 45
Octal 316 205 335 7 50 0 15 442 70 105
Binary 11001110 10000101 11011101 111 101000 0 1101 100100010 111000 1000101

Color Harmonies of #CE85DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE85DD

Black with #CE85DD

Text Example


Text Example

White with #CE85DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE85DD; }

 p { color: rgb(206,133,221); }

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

background-color css

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

 a { background-color: rgb(206,133,221); }

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

border-color css

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

 span { border-color: rgb(206,133,221); }

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