Html Css Color HEX #CF9ADB Wisteria

📋 copy color: '#CF9ADB'

red 207 ◦ green 154 ◦ blue 219

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

Shades of Wisteria #CF9ADB

Tints of Wisteria #CF9ADB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.55%

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

R = 35.69%
G = 26.55%
B = 37.76%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF9ADB (or 0xCF9ADB) is known color: Wisteria. HEX triplet: CF, 9A and DB. RGB value is (207,154,219). Sum of RGB (Red+Green+Blue) = 207+154+219=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 154 (60.55% from 255 or 26.55% from 580); Blue value is 219 (85.94% from 255 or 37.76% from 580); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF9ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9ADB is #306524. Grayscale: #B1B1B1. Windows color (decimal): -3171621 or 14392015. OLE color: 14392015.

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

Color convert

RGB 207 154 219 -
CMYK 0.05 0.30 0 0.14
HSL 288.92º 0.47% 0.73% -
HSV(B) 288.92º 0.3% 0.86% -
XYZ 50.07 41.49 72.39 -
YUV 177.26 151.56 149.21 -
System Red Green Blue C M Y K H S L
Decimal 207 154 219 0.05 0.30 0 0.14 288.92 0.47 0.73
Hex CF 9A DB 5 1E 0 E 121 2F 49
Octal 317 232 333 5 36 0 16 441 57 111
Binary 11001111 10011010 11011011 101 11110 0 1110 100100001 101111 1001001

Color Harmonies of #CF9ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9ADB

Black with #CF9ADB

Text Example


Text Example

White with #CF9ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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