Html Css Color HEX #CE9AF1 Wisteria

📋 copy color: '#CE9AF1'

red 206 ◦ green 154 ◦ blue 241

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

Shades of Wisteria #CE9AF1

Tints of Wisteria #CE9AF1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.62%

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

R = 34.28%
G = 25.62%
B = 40.1%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CE9AF1 (or 0xCE9AF1) is known color: Wisteria. HEX triplet: CE, 9A and F1. RGB value is (206,154,241). Sum of RGB (Red+Green+Blue) = 206+154+241=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 154 (60.55% from 255 or 25.62% from 601); Blue value is 241 (94.53% from 255 or 40.10% from 601); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE9AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9AF1 is #31650E. Grayscale: #B3B3B3. Windows color (decimal): -3237135 or 15833806. OLE color: 15833806.

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

Color convert

RGB 206 154 241 -
CMYK 0.15 0.36 0 0.05
HSL 275.86º 0.76% 0.77% -
HSV(B) 275.86º 0.36% 0.95% -
XYZ 52.89 42.58 88.65 -
YUV 179.47 162.73 146.93 -
System Red Green Blue C M Y K H S L
Decimal 206 154 241 0.15 0.36 0 0.05 275.86 0.76 0.77
Hex CE 9A F1 F 24 0 5 114 4C 4D
Octal 316 232 361 17 44 0 5 424 114 115
Binary 11001110 10011010 11110001 1111 100100 0 101 100010100 1001100 1001101

Color Harmonies of #CE9AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9AF1

Black with #CE9AF1

Text Example


Text Example

White with #CE9AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9AF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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