Html Css Color HEX #CEA7E0 Wisteria

📋 copy color: '#CEA7E0'

red 206 ◦ green 167 ◦ blue 224

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

Shades of Wisteria #CEA7E0

Tints of Wisteria #CEA7E0

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.97%

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

R = 34.51%
G = 27.97%
B = 37.52%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CEA7E0 (or 0xCEA7E0) is known color: Wisteria. HEX triplet: CE, A7 and E0. RGB value is (206,167,224). Sum of RGB (Red+Green+Blue) = 206+167+224=597 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.51% from 597); Green value is 167 (65.62% from 255 or 27.97% from 597); Blue value is 224 (87.89% from 255 or 37.52% from 597); Max value from RGB is 224 - color contains mainly: blue. Hex color #CEA7E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA7E0 is #31581F. Grayscale: #B8B8B8. Windows color (decimal): -3233824 or 14723022. OLE color: 14723022.

HSL color Cylindrical-coordinate representation of color #CEA7E0: hue angle of 281.05º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEA7E0 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 167 224 -
CMYK 0.08 0.25 0 0.12
HSL 281.05º 0.48% 0.77% -
HSV(B) 281.05º 0.25% 0.88% -
XYZ 52.73 46.14 76.65 -
YUV 185.16 149.92 142.87 -
System Red Green Blue C M Y K H S L
Decimal 206 167 224 0.08 0.25 0 0.12 281.05 0.48 0.77
Hex CE A7 E0 8 19 0 C 119 30 4D
Octal 316 247 340 10 31 0 14 431 60 115
Binary 11001110 10100111 11100000 1000 11001 0 1100 100011001 110000 1001101

Color Harmonies of #CEA7E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA7E0

Black with #CEA7E0

Text Example


Text Example

White with #CEA7E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA7E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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