Html Css Color HEX #CE9DF2 Wisteria

📋 copy color: '#CE9DF2'

red 206 ◦ green 157 ◦ blue 242

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

Shades of Wisteria #CE9DF2

Tints of Wisteria #CE9DF2

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.95%

 BLUE value IS 242 (94.92% from 255) = 40%

R = 34.05%
G = 25.95%
B = 40%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CE9DF2 (or 0xCE9DF2) is known color: Wisteria. HEX triplet: CE, 9D and F2. RGB value is (206,157,242). Sum of RGB (Red+Green+Blue) = 206+157+242=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 157 (61.72% from 255 or 25.95% from 605); Blue value is 242 (94.92% from 255 or 40% from 605); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE9DF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9DF2 is #31620D. Grayscale: #B5B5B5. Windows color (decimal): -3236366 or 15900110. OLE color: 15900110.

HSL color Cylindrical-coordinate representation of color #CE9DF2: hue angle of 274.59º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE9DF2 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 157 242 -
CMYK 0.15 0.35 0 0.05
HSL 274.59º 0.77% 0.78% -
HSV(B) 274.59º 0.35% 0.95% -
XYZ 53.54 43.65 89.61 -
YUV 181.34 162.23 145.59 -
System Red Green Blue C M Y K H S L
Decimal 206 157 242 0.15 0.35 0 0.05 274.59 0.77 0.78
Hex CE 9D F2 F 23 0 5 113 4D 4E
Octal 316 235 362 17 43 0 5 423 115 116
Binary 11001110 10011101 11110010 1111 100011 0 101 100010011 1001101 1001110

Color Harmonies of #CE9DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9DF2

Black with #CE9DF2

Text Example


Text Example

White with #CE9DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9DF2; }

 p { color: rgb(206,157,242); }

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

background-color css

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

 a { background-color: rgb(206,157,242); }

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

border-color css

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

 span { border-color: rgb(206,157,242); }

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