Html Css Color HEX #CF9FDD Wisteria

📋 copy color: '#CF9FDD'

red 207 ◦ green 159 ◦ blue 221

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

Shades of Wisteria #CF9FDD

Tints of Wisteria #CF9FDD

RGB

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

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

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

R = 35.26%
G = 27.09%
B = 37.65%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF9FDD (or 0xCF9FDD) is known color: Wisteria. HEX triplet: CF, 9F and DD. RGB value is (207,159,221). Sum of RGB (Red+Green+Blue) = 207+159+221=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 159 (62.5% from 255 or 27.09% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF9FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9FDD is #306022. Grayscale: #B4B4B4. Windows color (decimal): -3170339 or 14524367. OLE color: 14524367.

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

Color convert

RGB 207 159 221 -
CMYK 0.06 0.28 0 0.13
HSL 286.45º 0.48% 0.75% -
HSV(B) 286.45º 0.28% 0.87% -
XYZ 51.18 43.28 74.06 -
YUV 180.42 150.9 146.96 -
System Red Green Blue C M Y K H S L
Decimal 207 159 221 0.06 0.28 0 0.13 286.45 0.48 0.75
Hex CF 9F DD 6 1C 0 D 11E 30 4B
Octal 317 237 335 6 34 0 15 436 60 113
Binary 11001111 10011111 11011101 110 11100 0 1101 100011110 110000 1001011

Color Harmonies of #CF9FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9FDD

Black with #CF9FDD

Text Example


Text Example

White with #CF9FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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