Html Css Color HEX #CE8CDB Wisteria

📋 copy color: '#CE8CDB'

red 206 ◦ green 140 ◦ blue 219

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

Shades of Wisteria #CE8CDB

Tints of Wisteria #CE8CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.78%

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

R = 36.46%
G = 24.78%
B = 38.76%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE8CDB (or 0xCE8CDB) is known color: Wisteria. HEX triplet: CE, 8C and DB. RGB value is (206,140,219). Sum of RGB (Red+Green+Blue) = 206+140+219=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 140 (55.08% from 255 or 24.78% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE8CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8CDB is #317324. Grayscale: #A8A8A8. Windows color (decimal): -3240741 or 14388430. OLE color: 14388430.

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

Color convert

RGB 206 140 219 -
CMYK 0.06 0.36 0 0.14
HSL 290.13º 0.52% 0.7% -
HSV(B) 290.13º 0.36% 0.86% -
XYZ 47.62 36.99 71.65 -
YUV 168.74 156.37 154.58 -
System Red Green Blue C M Y K H S L
Decimal 206 140 219 0.06 0.36 0 0.14 290.13 0.52 0.7
Hex CE 8C DB 6 24 0 E 122 34 46
Octal 316 214 333 6 44 0 16 442 64 106
Binary 11001110 10001100 11011011 110 100100 0 1110 100100010 110100 1000110

Color Harmonies of #CE8CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8CDB

Black with #CE8CDB

Text Example


Text Example

White with #CE8CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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