Html Css Color HEX #CF95DF Wisteria

📋 copy color: '#CF95DF'

red 207 ◦ green 149 ◦ blue 223

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

Shades of Wisteria #CF95DF

Tints of Wisteria #CF95DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.51%

R = 35.75%
G = 25.73%
B = 38.51%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF95DF (or 0xCF95DF) is known color: Wisteria. HEX triplet: CF, 95 and DF. RGB value is (207,149,223). Sum of RGB (Red+Green+Blue) = 207+149+223=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 149 (58.59% from 255 or 25.73% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF95DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF95DF is #306A20. Grayscale: #AEAEAE. Windows color (decimal): -3172897 or 14652879. OLE color: 14652879.

HSL color Cylindrical-coordinate representation of color #CF95DF: hue angle of 287.03º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF95DF is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 149 223 -
CMYK 0.07 0.33 0 0.13
HSL 287.03º 0.54% 0.73% -
HSV(B) 287.03º 0.33% 0.87% -
XYZ 49.8 40.09 74.93 -
YUV 174.78 155.22 150.98 -
System Red Green Blue C M Y K H S L
Decimal 207 149 223 0.07 0.33 0 0.13 287.03 0.54 0.73
Hex CF 95 DF 7 21 0 D 11F 36 49
Octal 317 225 337 7 41 0 15 437 66 111
Binary 11001111 10010101 11011111 111 100001 0 1101 100011111 110110 1001001

Color Harmonies of #CF95DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF95DF

Black with #CF95DF

Text Example


Text Example

White with #CF95DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF95DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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