Html Css Color HEX #CF89D8 Plum

📋 copy color: '#CF89D8'

red 207 ◦ green 137 ◦ blue 216

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

Shades of Plum #CF89D8

Tints of Plum #CF89D8

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.46%

 BLUE value IS 216 (84.77% from 255) = 38.57%

R = 36.96%
G = 24.46%
B = 38.57%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF89D8 (or 0xCF89D8) is known color: Plum. HEX triplet: CF, 89 and D8. RGB value is (207,137,216). Sum of RGB (Red+Green+Blue) = 207+137+216=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 137 (53.91% from 255 or 24.46% from 560); Blue value is 216 (84.77% from 255 or 38.57% from 560); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF89D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF89D8 is #307627. Grayscale: #A6A6A6. Windows color (decimal): -3175976 or 14191055. OLE color: 14191055.

HSL color Cylindrical-coordinate representation of color #CF89D8: hue angle of 293.16º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF89D8 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 137 216 -
CMYK 0.04 0.37 0 0.15
HSL 293.16º 0.5% 0.69% -
HSV(B) 293.16º 0.37% 0.85% -
XYZ 47.07 36.11 69.46 -
YUV 166.94 155.69 156.58 -
System Red Green Blue C M Y K H S L
Decimal 207 137 216 0.04 0.37 0 0.15 293.16 0.5 0.69
Hex CF 89 D8 4 25 0 F 125 32 45
Octal 317 211 330 4 45 0 17 445 62 105
Binary 11001111 10001001 11011000 100 100101 0 1111 100100101 110010 1000101

Color Harmonies of #CF89D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF89D8

Black with #CF89D8

Text Example


Text Example

White with #CF89D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF89D8; }

 p { color: rgb(207,137,216); }

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

background-color css

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

 a { background-color: rgb(207,137,216); }

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

border-color css

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

 span { border-color: rgb(207,137,216); }

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