Html Css Color HEX #CEA2E6 Wisteria

📋 copy color: '#CEA2E6'

red 206 ◦ green 162 ◦ blue 230

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

Shades of Wisteria #CEA2E6

Tints of Wisteria #CEA2E6

RGB

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

 GREEN value IS 162 (63.67% from 255) = 27.09%

 BLUE value IS 230 (90.23% from 255) = 38.46%

R = 34.45%
G = 27.09%
B = 38.46%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CEA2E6 (or 0xCEA2E6) is known color: Wisteria. HEX triplet: CE, A2 and E6. RGB value is (206,162,230). Sum of RGB (Red+Green+Blue) = 206+162+230=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 162 (63.67% from 255 or 27.09% from 598); Blue value is 230 (90.23% from 255 or 38.46% from 598); Max value from RGB is 230 - color contains mainly: blue. Hex color #CEA2E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CEA2E6 is #315D19. Grayscale: #B6B6B6. Windows color (decimal): -3235098 or 15114958. OLE color: 15114958.

HSL color Cylindrical-coordinate representation of color #CEA2E6: hue angle of 278.82º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEA2E6 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 162 230 -
CMYK 0.10 0.30 0 0.10
HSL 278.82º 0.58% 0.77% -
HSV(B) 278.82º 0.3% 0.9% -
XYZ 52.66 44.68 80.71 -
YUV 182.91 154.58 144.47 -
System Red Green Blue C M Y K H S L
Decimal 206 162 230 0.10 0.30 0 0.10 278.82 0.58 0.77
Hex CE A2 E6 A 1E 0 A 117 3A 4D
Octal 316 242 346 12 36 0 12 427 72 115
Binary 11001110 10100010 11100110 1010 11110 0 1010 100010111 111010 1001101

Color Harmonies of #CEA2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA2E6

Black with #CEA2E6

Text Example


Text Example

White with #CEA2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA2E6; }

 p { color: rgb(206,162,230); }

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

background-color css

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

 a { background-color: rgb(206,162,230); }

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

border-color css

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

 span { border-color: rgb(206,162,230); }

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