Html Css Color HEX #CE9CE0 Wisteria

📋 copy color: '#CE9CE0'

red 206 ◦ green 156 ◦ blue 224

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

Shades of Wisteria #CE9CE0

Tints of Wisteria #CE9CE0

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.62%

 BLUE value IS 224 (87.89% from 255) = 38.23%

R = 35.15%
G = 26.62%
B = 38.23%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE9CE0 (or 0xCE9CE0) is known color: Wisteria. HEX triplet: CE, 9C and E0. RGB value is (206,156,224). Sum of RGB (Red+Green+Blue) = 206+156+224=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 156 (61.33% from 255 or 26.62% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE9CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE9CE0 is #31631F. Grayscale: #B2B2B2. Windows color (decimal): -3236640 or 14720206. OLE color: 14720206.

HSL color Cylindrical-coordinate representation of color #CE9CE0: hue angle of 284.12º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CE9CE0 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 156 224 -
CMYK 0.08 0.30 0 0.12
HSL 284.12º 0.52% 0.75% -
HSV(B) 284.12º 0.3% 0.88% -
XYZ 50.8 42.28 76 -
YUV 178.7 153.57 147.47 -
System Red Green Blue C M Y K H S L
Decimal 206 156 224 0.08 0.30 0 0.12 284.12 0.52 0.75
Hex CE 9C E0 8 1E 0 C 11C 34 4B
Octal 316 234 340 10 36 0 14 434 64 113
Binary 11001110 10011100 11100000 1000 11110 0 1100 100011100 110100 1001011

Color Harmonies of #CE9CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9CE0

Black with #CE9CE0

Text Example


Text Example

White with #CE9CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9CE0; }

 p { color: rgb(206,156,224); }

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

background-color css

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

 a { background-color: rgb(206,156,224); }

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

border-color css

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

 span { border-color: rgb(206,156,224); }

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