Html Css Color HEX #CE92DD Wisteria

📋 copy color: '#CE92DD'

red 206 ◦ green 146 ◦ blue 221

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

Shades of Wisteria #CE92DD

Tints of Wisteria #CE92DD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.48%

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

R = 35.95%
G = 25.48%
B = 38.57%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE92DD (or 0xCE92DD) is known color: Wisteria. HEX triplet: CE, 92 and DD. RGB value is (206,146,221). Sum of RGB (Red+Green+Blue) = 206+146+221=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 146 (57.42% from 255 or 25.48% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE92DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE92DD is #316D22. Grayscale: #ACACAC. Windows color (decimal): -3239203 or 14521038. OLE color: 14521038.

HSL color Cylindrical-coordinate representation of color #CE92DD: hue angle of 288º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE92DD is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 146 221 -
CMYK 0.07 0.34 0 0.13
HSL 288º 0.52% 0.72% -
HSV(B) 288º 0.34% 0.87% -
XYZ 48.78 38.9 73.34 -
YUV 172.49 155.38 151.9 -
System Red Green Blue C M Y K H S L
Decimal 206 146 221 0.07 0.34 0 0.13 288 0.52 0.72
Hex CE 92 DD 7 22 0 D 120 34 48
Octal 316 222 335 7 42 0 15 440 64 110
Binary 11001110 10010010 11011101 111 100010 0 1101 100100000 110100 1001000

Color Harmonies of #CE92DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE92DD

Black with #CE92DD

Text Example


Text Example

White with #CE92DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE92DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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