Html Css Color HEX #CF87DF Wisteria

📋 copy color: '#CF87DF'

red 207 ◦ green 135 ◦ blue 223

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

Shades of Wisteria #CF87DF

Tints of Wisteria #CF87DF

RGB

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

 GREEN value IS 135 (53.13% from 255) = 23.89%

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

R = 36.64%
G = 23.89%
B = 39.47%

CMYK

 C value IS 0.07

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF87DF (or 0xCF87DF) is known color: Wisteria. HEX triplet: CF, 87 and DF. RGB value is (207,135,223). Sum of RGB (Red+Green+Blue) = 207+135+223=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 135 (53.12% from 255 or 23.89% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF87DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF87DF is #307820. Grayscale: #A6A6A6. Windows color (decimal): -3176481 or 14649295. OLE color: 14649295.

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

Color convert

RGB 207 135 223 -
CMYK 0.07 0.39 0 0.13
HSL 289.09º 0.58% 0.7% -
HSV(B) 289.09º 0.39% 0.87% -
XYZ 47.72 35.92 74.23 -
YUV 166.56 159.85 156.84 -
System Red Green Blue C M Y K H S L
Decimal 207 135 223 0.07 0.39 0 0.13 289.09 0.58 0.7
Hex CF 87 DF 7 27 0 D 121 3A 46
Octal 317 207 337 7 47 0 15 441 72 106
Binary 11001111 10000111 11011111 111 100111 0 1101 100100001 111010 1000110

Color Harmonies of #CF87DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF87DF

Black with #CF87DF

Text Example


Text Example

White with #CF87DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF87DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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