Html Css Color HEX #CF99D9 Wisteria

📋 copy color: '#CF99D9'

red 207 ◦ green 153 ◦ blue 217

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

Shades of Wisteria #CF99D9

Tints of Wisteria #CF99D9

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.52%

 BLUE value IS 217 (85.16% from 255) = 37.61%

R = 35.88%
G = 26.52%
B = 37.61%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF99D9 (or 0xCF99D9) is known color: Wisteria. HEX triplet: CF, 99 and D9. RGB value is (207,153,217). Sum of RGB (Red+Green+Blue) = 207+153+217=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 153 (60.16% from 255 or 26.52% from 577); Blue value is 217 (85.16% from 255 or 37.61% from 577); Max value from RGB is 217 - color contains mainly: blue. Hex color #CF99D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF99D9 is #306626. Grayscale: #B0B0B0. Windows color (decimal): -3171879 or 14260687. OLE color: 14260687.

HSL color Cylindrical-coordinate representation of color #CF99D9: hue angle of 290.62º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF99D9 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 153 217 -
CMYK 0.05 0.29 0 0.15
HSL 290.63º 0.46% 0.73% -
HSV(B) 290.63º 0.29% 0.85% -
XYZ 49.65 41.06 70.95 -
YUV 176.44 150.89 149.8 -
System Red Green Blue C M Y K H S L
Decimal 207 153 217 0.05 0.29 0 0.15 290.63 0.46 0.73
Hex CF 99 D9 5 1D 0 F 123 2E 49
Octal 317 231 331 5 35 0 17 443 56 111
Binary 11001111 10011001 11011001 101 11101 0 1111 100100011 101110 1001001

Color Harmonies of #CF99D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF99D9

Black with #CF99D9

Text Example


Text Example

White with #CF99D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF99D9; }

 p { color: rgb(207,153,217); }

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

background-color css

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

 a { background-color: rgb(207,153,217); }

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

border-color css

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

 span { border-color: rgb(207,153,217); }

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