Html Css Color HEX #CE8AF2 Wisteria

📋 copy color: '#CE8AF2'

red 206 ◦ green 138 ◦ blue 242

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

Shades of Wisteria #CE8AF2

Tints of Wisteria #CE8AF2

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.55%

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

R = 35.15%
G = 23.55%
B = 41.3%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CE8AF2 (or 0xCE8AF2) is known color: Wisteria. HEX triplet: CE, 8A and F2. RGB value is (206,138,242). Sum of RGB (Red+Green+Blue) = 206+138+242=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 138 (54.30% from 255 or 23.55% from 586); Blue value is 242 (94.92% from 255 or 41.30% from 586); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE8AF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8AF2 is #31750D. Grayscale: #A9A9A9. Windows color (decimal): -3241230 or 15895246. OLE color: 15895246.

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

Color convert

RGB 206 138 242 -
CMYK 0.15 0.43 0 0.05
HSL 279.23º 0.8% 0.75% -
HSV(B) 279.23º 0.43% 0.95% -
XYZ 50.57 37.71 88.62 -
YUV 170.19 168.53 153.54 -
System Red Green Blue C M Y K H S L
Decimal 206 138 242 0.15 0.43 0 0.05 279.23 0.8 0.75
Hex CE 8A F2 F 2B 0 5 117 50 4B
Octal 316 212 362 17 53 0 5 427 120 113
Binary 11001110 10001010 11110010 1111 101011 0 101 100010111 1010000 1001011

Color Harmonies of #CE8AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8AF2

Black with #CE8AF2

Text Example


Text Example

White with #CE8AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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