Html Css Color HEX #CF96D8 Wisteria

📋 copy color: '#CF96D8'

red 207 ◦ green 150 ◦ blue 216

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

Shades of Wisteria #CF96D8

Tints of Wisteria #CF96D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.7%

R = 36.13%
G = 26.18%
B = 37.7%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF96D8 (or 0xCF96D8) is known color: Wisteria. HEX triplet: CF, 96 and D8. RGB value is (207,150,216). Sum of RGB (Red+Green+Blue) = 207+150+216=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 150 (58.98% from 255 or 26.18% from 573); Blue value is 216 (84.77% from 255 or 37.70% from 573); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF96D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF96D8 is #306927. Grayscale: #AEAEAE. Windows color (decimal): -3172648 or 14194383. OLE color: 14194383.

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

Color convert

RGB 207 150 216 -
CMYK 0.04 0.31 0 0.15
HSL 291.82º 0.46% 0.72% -
HSV(B) 291.82º 0.31% 0.85% -
XYZ 49.03 40.04 70.11 -
YUV 174.57 151.38 151.13 -
System Red Green Blue C M Y K H S L
Decimal 207 150 216 0.04 0.31 0 0.15 291.82 0.46 0.72
Hex CF 96 D8 4 1F 0 F 124 2E 48
Octal 317 226 330 4 37 0 17 444 56 110
Binary 11001111 10010110 11011000 100 11111 0 1111 100100100 101110 1001000

Color Harmonies of #CF96D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF96D8

Black with #CF96D8

Text Example


Text Example

White with #CF96D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF96D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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