Html Css Color HEX #CF99DC Wisteria

📋 copy color: '#CF99DC'

red 207 ◦ green 153 ◦ blue 220

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

Shades of Wisteria #CF99DC

Tints of Wisteria #CF99DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.93%

R = 35.69%
G = 26.38%
B = 37.93%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF99DC (or 0xCF99DC) is known color: Wisteria. HEX triplet: CF, 99 and DC. RGB value is (207,153,220). Sum of RGB (Red+Green+Blue) = 207+153+220=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 153 (60.16% from 255 or 26.38% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF99DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF99DC is #306623. Grayscale: #B0B0B0. Windows color (decimal): -3171876 or 14457295. OLE color: 14457295.

HSL color Cylindrical-coordinate representation of color #CF99DC: hue angle of 288.36º degrees, saturation: 0.49, 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 #CF99DC is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 153 220 -
CMYK 0.06 0.30 0 0.14
HSL 288.36º 0.49% 0.73% -
HSV(B) 288.36º 0.3% 0.86% -
XYZ 50.04 41.22 73.03 -
YUV 176.78 152.39 149.55 -
System Red Green Blue C M Y K H S L
Decimal 207 153 220 0.06 0.30 0 0.14 288.36 0.49 0.73
Hex CF 99 DC 6 1E 0 E 120 31 49
Octal 317 231 334 6 36 0 16 440 61 111
Binary 11001111 10011001 11011100 110 11110 0 1110 100100000 110001 1001001

Color Harmonies of #CF99DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF99DC

Black with #CF99DC

Text Example


Text Example

White with #CF99DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF99DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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