Html Css Color HEX #CE9FF0 Wisteria

📋 copy color: '#CE9FF0'

red 206 ◦ green 159 ◦ blue 240

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

Shades of Wisteria #CE9FF0

Tints of Wisteria #CE9FF0

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.28%

 BLUE value IS 240 (94.14% from 255) = 39.67%

R = 34.05%
G = 26.28%
B = 39.67%

CMYK

 C value IS 0.14

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE9FF0 (or 0xCE9FF0) is known color: Wisteria. HEX triplet: CE, 9F and F0. RGB value is (206,159,240). Sum of RGB (Red+Green+Blue) = 206+159+240=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 159 (62.5% from 255 or 26.28% from 605); Blue value is 240 (94.14% from 255 or 39.67% from 605); Max value from RGB is 240 - color contains mainly: blue. Hex color #CE9FF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9FF0 is #31600F. Grayscale: #B6B6B6. Windows color (decimal): -3235856 or 15769550. OLE color: 15769550.

HSL color Cylindrical-coordinate representation of color #CE9FF0: hue angle of 274.81º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE9FF0 is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 159 240 -
CMYK 0.14 0.34 0 0.06
HSL 274.81º 0.73% 0.78% -
HSV(B) 274.81º 0.34% 0.94% -
XYZ 53.58 44.21 88.15 -
YUV 182.29 160.57 144.91 -
System Red Green Blue C M Y K H S L
Decimal 206 159 240 0.14 0.34 0 0.06 274.81 0.73 0.78
Hex CE 9F F0 E 22 0 6 113 49 4E
Octal 316 237 360 16 42 0 6 423 111 116
Binary 11001110 10011111 11110000 1110 100010 0 110 100010011 1001001 1001110

Color Harmonies of #CE9FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9FF0

Black with #CE9FF0

Text Example


Text Example

White with #CE9FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9FF0; }

 p { color: rgb(206,159,240); }

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

background-color css

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

 a { background-color: rgb(206,159,240); }

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

border-color css

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

 span { border-color: rgb(206,159,240); }

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