Html Css Color HEX #CF87E0 Wisteria

📋 copy color: '#CF87E0'

red 207 ◦ green 135 ◦ blue 224

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

Shades of Wisteria #CF87E0

Tints of Wisteria #CF87E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.58%

R = 36.57%
G = 23.85%
B = 39.58%

CMYK

 C value IS 0.08

 M value IS 0.40

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CF87E0 (or 0xCF87E0) is known color: Wisteria. HEX triplet: CF, 87 and E0. RGB value is (207,135,224). Sum of RGB (Red+Green+Blue) = 207+135+224=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 135 (53.12% from 255 or 23.85% from 566); Blue value is 224 (87.89% from 255 or 39.58% from 566); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF87E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF87E0 is #30781F. Grayscale: #A6A6A6. Windows color (decimal): -3176480 or 14714831. OLE color: 14714831.

HSL color Cylindrical-coordinate representation of color #CF87E0: hue angle of 288.54º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF87E0 is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 135 224 -
CMYK 0.08 0.40 0 0.12
HSL 288.54º 0.59% 0.7% -
HSV(B) 288.54º 0.4% 0.88% -
XYZ 47.85 35.98 74.94 -
YUV 166.67 160.35 156.76 -
System Red Green Blue C M Y K H S L
Decimal 207 135 224 0.08 0.40 0 0.12 288.54 0.59 0.7
Hex CF 87 E0 8 28 0 C 121 3B 46
Octal 317 207 340 10 50 0 14 441 73 106
Binary 11001111 10000111 11100000 1000 101000 0 1100 100100001 111011 1000110

Color Harmonies of #CF87E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF87E0

Black with #CF87E0

Text Example


Text Example

White with #CF87E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF87E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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