Html Css Color HEX #CF96DF Wisteria

📋 copy color: '#CF96DF'

red 207 ◦ green 150 ◦ blue 223

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

Shades of Wisteria #CF96DF

Tints of Wisteria #CF96DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.45%

R = 35.69%
G = 25.86%
B = 38.45%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF96DF (or 0xCF96DF) is known color: Wisteria. HEX triplet: CF, 96 and DF. RGB value is (207,150,223). Sum of RGB (Red+Green+Blue) = 207+150+223=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 150 (58.98% from 255 or 25.86% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF96DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF96DF is #306920. Grayscale: #AFAFAF. Windows color (decimal): -3172641 or 14653135. OLE color: 14653135.

HSL color Cylindrical-coordinate representation of color #CF96DF: hue angle of 286.85º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF96DF is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 150 223 -
CMYK 0.07 0.33 0 0.13
HSL 286.85º 0.53% 0.73% -
HSV(B) 286.85º 0.33% 0.87% -
XYZ 49.96 40.41 74.98 -
YUV 175.37 154.88 150.56 -
System Red Green Blue C M Y K H S L
Decimal 207 150 223 0.07 0.33 0 0.13 286.85 0.53 0.73
Hex CF 96 DF 7 21 0 D 11F 35 49
Octal 317 226 337 7 41 0 15 437 65 111
Binary 11001111 10010110 11011111 111 100001 0 1101 100011111 110101 1001001

Color Harmonies of #CF96DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF96DF

Black with #CF96DF

Text Example


Text Example

White with #CF96DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF96DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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