Html Css Color HEX #CF9EDD Wisteria

📋 copy color: '#CF9EDD'

red 207 ◦ green 158 ◦ blue 221

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

Shades of Wisteria #CF9EDD

Tints of Wisteria #CF9EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.71%

R = 35.32%
G = 26.96%
B = 37.71%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF9EDD (or 0xCF9EDD) is known color: Wisteria. HEX triplet: CF, 9E and DD. RGB value is (207,158,221). Sum of RGB (Red+Green+Blue) = 207+158+221=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 158 (62.11% from 255 or 26.96% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF9EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9EDD is #306122. Grayscale: #B3B3B3. Windows color (decimal): -3170595 or 14524111. OLE color: 14524111.

HSL color Cylindrical-coordinate representation of color #CF9EDD: hue angle of 286.67º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF9EDD is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 158 221 -
CMYK 0.06 0.29 0 0.13
HSL 286.67º 0.48% 0.74% -
HSV(B) 286.67º 0.29% 0.87% -
XYZ 51.01 42.94 74.01 -
YUV 179.83 151.23 147.38 -
System Red Green Blue C M Y K H S L
Decimal 207 158 221 0.06 0.29 0 0.13 286.67 0.48 0.74
Hex CF 9E DD 6 1D 0 D 11F 30 4A
Octal 317 236 335 6 35 0 15 437 60 112
Binary 11001111 10011110 11011101 110 11101 0 1101 100011111 110000 1001010

Color Harmonies of #CF9EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9EDD

Black with #CF9EDD

Text Example


Text Example

White with #CF9EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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