Html Css Color HEX #CF87DD Wisteria

📋 copy color: '#CF87DD'

red 207 ◦ green 135 ◦ blue 221

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

Shades of Wisteria #CF87DD

Tints of Wisteria #CF87DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.25%

R = 36.77%
G = 23.98%
B = 39.25%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF87DD (or 0xCF87DD) is known color: Wisteria. HEX triplet: CF, 87 and DD. RGB value is (207,135,221). Sum of RGB (Red+Green+Blue) = 207+135+221=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 135 (53.12% from 255 or 23.98% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF87DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF87DD is #307822. Grayscale: #A6A6A6. Windows color (decimal): -3176483 or 14518223. OLE color: 14518223.

HSL color Cylindrical-coordinate representation of color #CF87DD: hue angle of 290.23º degrees, saturation: 0.56, 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 #CF87DD is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 135 221 -
CMYK 0.06 0.39 0 0.13
HSL 290.23º 0.56% 0.7% -
HSV(B) 290.23º 0.39% 0.87% -
XYZ 47.45 35.81 72.82 -
YUV 166.33 158.85 157.01 -
System Red Green Blue C M Y K H S L
Decimal 207 135 221 0.06 0.39 0 0.13 290.23 0.56 0.7
Hex CF 87 DD 6 27 0 D 122 38 46
Octal 317 207 335 6 47 0 15 442 70 106
Binary 11001111 10000111 11011101 110 100111 0 1101 100100010 111000 1000110

Color Harmonies of #CF87DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF87DD

Black with #CF87DD

Text Example


Text Example

White with #CF87DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF87DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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