Html Css Color HEX #CF96D7 Wisteria

📋 copy color: '#CF96D7'

red 207 ◦ green 150 ◦ blue 215

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

Shades of Wisteria #CF96D7

Tints of Wisteria #CF96D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.59%

R = 36.19%
G = 26.22%
B = 37.59%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CF96D7 (or 0xCF96D7) is known color: Wisteria. HEX triplet: CF, 96 and D7. RGB value is (207,150,215). Sum of RGB (Red+Green+Blue) = 207+150+215=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 150 (58.98% from 255 or 26.22% from 572); Blue value is 215 (84.38% from 255 or 37.59% from 572); Max value from RGB is 215 - color contains mainly: blue. Hex color #CF96D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF96D7 is #306928. Grayscale: #AEAEAE. Windows color (decimal): -3172649 or 14128847. OLE color: 14128847.

HSL color Cylindrical-coordinate representation of color #CF96D7: hue angle of 292.62º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CF96D7 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 150 215 -
CMYK 0.04 0.30 0 0.16
HSL 292.62º 0.45% 0.72% -
HSV(B) 292.62º 0.3% 0.84% -
XYZ 48.9 39.98 69.43 -
YUV 174.45 150.88 151.21 -
System Red Green Blue C M Y K H S L
Decimal 207 150 215 0.04 0.30 0 0.16 292.62 0.45 0.72
Hex CF 96 D7 4 1E 0 10 125 2D 48
Octal 317 226 327 4 36 0 20 445 55 110
Binary 11001111 10010110 11010111 100 11110 0 10000 100100101 101101 1001000

Color Harmonies of #CF96D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF96D7

Black with #CF96D7

Text Example


Text Example

White with #CF96D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF96D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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