Html Css Color HEX #CE8AF1 Wisteria

📋 copy color: '#CE8AF1'

red 206 ◦ green 138 ◦ blue 241

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

Shades of Wisteria #CE8AF1

Tints of Wisteria #CE8AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.2%

R = 35.21%
G = 23.59%
B = 41.2%

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

#CE8AF1 (or 0xCE8AF1) is known color: Wisteria. HEX triplet: CE, 8A and F1. RGB value is (206,138,241). Sum of RGB (Red+Green+Blue) = 206+138+241=585 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.21% from 585); Green value is 138 (54.30% from 255 or 23.59% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE8AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8AF1 is #31750E. Grayscale: #A9A9A9. Windows color (decimal): -3241231 or 15829710. OLE color: 15829710.

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

Color convert

RGB 206 138 241 -
CMYK 0.15 0.43 0 0.05
HSL 279.61º 0.79% 0.74% -
HSV(B) 279.61º 0.43% 0.95% -
XYZ 50.42 37.65 87.83 -
YUV 170.07 168.03 153.62 -
System Red Green Blue C M Y K H S L
Decimal 206 138 241 0.15 0.43 0 0.05 279.61 0.79 0.74
Hex CE 8A F1 F 2B 0 5 118 4F 4A
Octal 316 212 361 17 53 0 5 430 117 112
Binary 11001110 10001010 11110001 1111 101011 0 101 100011000 1001111 1001010

Color Harmonies of #CE8AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8AF1

Black with #CE8AF1

Text Example


Text Example

White with #CE8AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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