Html Css Color HEX #CF96DA Wisteria

📋 copy color: '#CF96DA'

red 207 ◦ green 150 ◦ blue 218

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

Shades of Wisteria #CF96DA

Tints of Wisteria #CF96DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.91%

R = 36%
G = 26.09%
B = 37.91%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF96DA (or 0xCF96DA) is known color: Wisteria. HEX triplet: CF, 96 and DA. RGB value is (207,150,218). Sum of RGB (Red+Green+Blue) = 207+150+218=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 150 (58.98% from 255 or 26.09% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF96DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF96DA is #306925. Grayscale: #AEAEAE. Windows color (decimal): -3172646 or 14325455. OLE color: 14325455.

HSL color Cylindrical-coordinate representation of color #CF96DA: hue angle of 290.29º degrees, saturation: 0.48, 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 #CF96DA is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 150 218 -
CMYK 0.05 0.31 0 0.15
HSL 290.29º 0.48% 0.72% -
HSV(B) 290.29º 0.31% 0.85% -
XYZ 49.29 40.14 71.48 -
YUV 174.8 152.38 150.97 -
System Red Green Blue C M Y K H S L
Decimal 207 150 218 0.05 0.31 0 0.15 290.29 0.48 0.72
Hex CF 96 DA 5 1F 0 F 122 30 48
Octal 317 226 332 5 37 0 17 442 60 110
Binary 11001111 10010110 11011010 101 11111 0 1111 100100010 110000 1001000

Color Harmonies of #CF96DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF96DA

Black with #CF96DA

Text Example


Text Example

White with #CF96DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF96DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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