Html Css Color HEX #CF95DB Wisteria

📋 copy color: '#CF95DB'

red 207 ◦ green 149 ◦ blue 219

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

Shades of Wisteria #CF95DB

Tints of Wisteria #CF95DB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.91%

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

R = 36%
G = 25.91%
B = 38.09%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF95DB (or 0xCF95DB) is known color: Wisteria. HEX triplet: CF, 95 and DB. RGB value is (207,149,219). Sum of RGB (Red+Green+Blue) = 207+149+219=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 149 (58.59% from 255 or 25.91% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF95DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF95DB is #306A24. Grayscale: #AEAEAE. Windows color (decimal): -3172901 or 14390735. OLE color: 14390735.

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

Color convert

RGB 207 149 219 -
CMYK 0.05 0.32 0 0.14
HSL 289.71º 0.49% 0.72% -
HSV(B) 289.71º 0.32% 0.86% -
XYZ 49.27 39.87 72.12 -
YUV 174.32 153.22 151.31 -
System Red Green Blue C M Y K H S L
Decimal 207 149 219 0.05 0.32 0 0.14 289.71 0.49 0.72
Hex CF 95 DB 5 20 0 E 122 31 48
Octal 317 225 333 5 40 0 16 442 61 110
Binary 11001111 10010101 11011011 101 100000 0 1110 100100010 110001 1001000

Color Harmonies of #CF95DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF95DB

Black with #CF95DB

Text Example


Text Example

White with #CF95DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF95DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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