Html Css Color HEX #CF89D5 Plum

📋 copy color: '#CF89D5'

red 207 ◦ green 137 ◦ blue 213

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

Shades of Plum #CF89D5

Tints of Plum #CF89D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.24%

R = 37.16%
G = 24.6%
B = 38.24%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CF89D5 (or 0xCF89D5) is known color: Plum. HEX triplet: CF, 89 and D5. RGB value is (207,137,213). Sum of RGB (Red+Green+Blue) = 207+137+213=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 137 (53.91% from 255 or 24.60% from 557); Blue value is 213 (83.59% from 255 or 38.24% from 557); Max value from RGB is 213 - color contains mainly: blue. Hex color #CF89D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF89D5 is #30762A. Grayscale: #A6A6A6. Windows color (decimal): -3175979 or 13994447. OLE color: 13994447.

HSL color Cylindrical-coordinate representation of color #CF89D5: hue angle of 295.26º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF89D5 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 137 213 -
CMYK 0.03 0.36 0 0.16
HSL 295.26º 0.48% 0.69% -
HSV(B) 295.26º 0.36% 0.84% -
XYZ 46.69 35.96 67.43 -
YUV 166.59 154.19 156.82 -
System Red Green Blue C M Y K H S L
Decimal 207 137 213 0.03 0.36 0 0.16 295.26 0.48 0.69
Hex CF 89 D5 3 24 0 10 127 30 45
Octal 317 211 325 3 44 0 20 447 60 105
Binary 11001111 10001001 11010101 11 100100 0 10000 100100111 110000 1000101

Color Harmonies of #CF89D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF89D5

Black with #CF89D5

Text Example


Text Example

White with #CF89D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF89D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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