Html Css Color HEX #CF9FDB Wisteria

📋 copy color: '#CF9FDB'

red 207 ◦ green 159 ◦ blue 219

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

Shades of Wisteria #CF9FDB

Tints of Wisteria #CF9FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.44%

R = 35.38%
G = 27.18%
B = 37.44%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF9FDB (or 0xCF9FDB) is known color: Wisteria. HEX triplet: CF, 9F and DB. RGB value is (207,159,219). Sum of RGB (Red+Green+Blue) = 207+159+219=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 159 (62.5% from 255 or 27.18% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF9FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9FDB is #306024. Grayscale: #B3B3B3. Windows color (decimal): -3170341 or 14393295. OLE color: 14393295.

HSL color Cylindrical-coordinate representation of color #CF9FDB: hue angle of 288º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CF9FDB is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 159 219 -
CMYK 0.05 0.27 0 0.14
HSL 288º 0.45% 0.74% -
HSV(B) 288º 0.27% 0.86% -
XYZ 50.92 43.18 72.67 -
YUV 180.19 149.9 147.12 -
System Red Green Blue C M Y K H S L
Decimal 207 159 219 0.05 0.27 0 0.14 288 0.45 0.74
Hex CF 9F DB 5 1B 0 E 120 2D 4A
Octal 317 237 333 5 33 0 16 440 55 112
Binary 11001111 10011111 11011011 101 11011 0 1110 100100000 101101 1001010

Color Harmonies of #CF9FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9FDB

Black with #CF9FDB

Text Example


Text Example

White with #CF9FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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