Html Css Color HEX #CF97DB Wisteria

📋 copy color: '#CF97DB'

red 207 ◦ green 151 ◦ blue 219

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

Shades of Wisteria #CF97DB

Tints of Wisteria #CF97DB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.17%

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

R = 35.88%
G = 26.17%
B = 37.95%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF97DB (or 0xCF97DB) is known color: Wisteria. HEX triplet: CF, 97 and DB. RGB value is (207,151,219). Sum of RGB (Red+Green+Blue) = 207+151+219=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 151 (59.38% from 255 or 26.17% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF97DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF97DB is #306824. Grayscale: #AFAFAF. Windows color (decimal): -3172389 or 14391247. OLE color: 14391247.

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

Color convert

RGB 207 151 219 -
CMYK 0.05 0.31 0 0.14
HSL 289.41º 0.49% 0.73% -
HSV(B) 289.41º 0.31% 0.86% -
XYZ 49.58 40.51 72.22 -
YUV 175.5 152.55 150.47 -
System Red Green Blue C M Y K H S L
Decimal 207 151 219 0.05 0.31 0 0.14 289.41 0.49 0.73
Hex CF 97 DB 5 1F 0 E 121 31 49
Octal 317 227 333 5 37 0 16 441 61 111
Binary 11001111 10010111 11011011 101 11111 0 1110 100100001 110001 1001001

Color Harmonies of #CF97DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF97DB

Black with #CF97DB

Text Example


Text Example

White with #CF97DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF97DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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