Html Css Color HEX #CF9EE9 Wisteria

📋 copy color: '#CF9EE9'

red 207 ◦ green 158 ◦ blue 233

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

Shades of Wisteria #CF9EE9

Tints of Wisteria #CF9EE9

RGB

 RED value IS 207 (81.25% from 255) = 34.62%

 GREEN value IS 158 (62.11% from 255) = 26.42%

 BLUE value IS 233 (91.41% from 255) = 38.96%

R = 34.62%
G = 26.42%
B = 38.96%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CF9EE9 (or 0xCF9EE9) is known color: Wisteria. HEX triplet: CF, 9E and E9. RGB value is (207,158,233). Sum of RGB (Red+Green+Blue) = 207+158+233=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 158 (62.11% from 255 or 26.42% from 598); Blue value is 233 (91.41% from 255 or 38.96% from 598); Max value from RGB is 233 - color contains mainly: blue. Hex color #CF9EE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9EE9 is #306116. Grayscale: #B4B4B4. Windows color (decimal): -3170583 or 15310543. OLE color: 15310543.

HSL color Cylindrical-coordinate representation of color #CF9EE9: hue angle of 279.2º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CF9EE9 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 158 233 -
CMYK 0.11 0.32 0 0.09
HSL 279.2º 0.63% 0.77% -
HSV(B) 279.2º 0.32% 0.91% -
XYZ 52.67 43.6 82.73 -
YUV 181.2 157.23 146.4 -
System Red Green Blue C M Y K H S L
Decimal 207 158 233 0.11 0.32 0 0.09 279.2 0.63 0.77
Hex CF 9E E9 B 20 0 9 117 3F 4D
Octal 317 236 351 13 40 0 11 427 77 115
Binary 11001111 10011110 11101001 1011 100000 0 1001 100010111 111111 1001101

Color Harmonies of #CF9EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9EE9

Black with #CF9EE9

Text Example


Text Example

White with #CF9EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9EE9; }

 p { color: rgb(207,158,233); }

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

background-color css

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

 a { background-color: rgb(207,158,233); }

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

border-color css

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

 span { border-color: rgb(207,158,233); }

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