Html Css Color HEX #CE92DB Wisteria

📋 copy color: '#CE92DB'

red 206 ◦ green 146 ◦ blue 219

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

Shades of Wisteria #CE92DB

Tints of Wisteria #CE92DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.35%

R = 36.08%
G = 25.57%
B = 38.35%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE92DB (or 0xCE92DB) is known color: Wisteria. HEX triplet: CE, 92 and DB. RGB value is (206,146,219). Sum of RGB (Red+Green+Blue) = 206+146+219=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 146 (57.42% from 255 or 25.57% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE92DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE92DB is #316D24. Grayscale: #ACACAC. Windows color (decimal): -3239205 or 14389966. OLE color: 14389966.

HSL color Cylindrical-coordinate representation of color #CE92DB: hue angle of 289.32º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE92DB is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 146 219 -
CMYK 0.06 0.33 0 0.14
HSL 289.32º 0.5% 0.72% -
HSV(B) 289.32º 0.33% 0.86% -
XYZ 48.52 38.79 71.95 -
YUV 172.26 154.38 152.06 -
System Red Green Blue C M Y K H S L
Decimal 206 146 219 0.06 0.33 0 0.14 289.32 0.5 0.72
Hex CE 92 DB 6 21 0 E 121 32 48
Octal 316 222 333 6 41 0 16 441 62 110
Binary 11001110 10010010 11011011 110 100001 0 1110 100100001 110010 1001000

Color Harmonies of #CE92DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE92DB

Black with #CE92DB

Text Example


Text Example

White with #CE92DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE92DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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