Html Css Color HEX #CF96DC Wisteria

📋 copy color: '#CF96DC'

red 207 ◦ green 150 ◦ blue 220

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

Shades of Wisteria #CF96DC

Tints of Wisteria #CF96DC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26%

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

R = 35.88%
G = 26%
B = 38.13%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF96DC (or 0xCF96DC) is known color: Wisteria. HEX triplet: CF, 96 and DC. RGB value is (207,150,220). Sum of RGB (Red+Green+Blue) = 207+150+220=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 150 (58.98% from 255 or 26.00% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF96DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF96DC is #306923. Grayscale: #AEAEAE. Windows color (decimal): -3172644 or 14456527. OLE color: 14456527.

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

Color convert

RGB 207 150 220 -
CMYK 0.06 0.32 0 0.14
HSL 288.86º 0.5% 0.73% -
HSV(B) 288.86º 0.32% 0.86% -
XYZ 49.56 40.25 72.87 -
YUV 175.02 153.38 150.81 -
System Red Green Blue C M Y K H S L
Decimal 207 150 220 0.06 0.32 0 0.14 288.86 0.5 0.73
Hex CF 96 DC 6 20 0 E 121 32 49
Octal 317 226 334 6 40 0 16 441 62 111
Binary 11001111 10010110 11011100 110 100000 0 1110 100100001 110010 1001001

Color Harmonies of #CF96DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF96DC

Black with #CF96DC

Text Example


Text Example

White with #CF96DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF96DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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