Html Css Color HEX #CF8AD8 Plum

📋 copy color: '#CF8AD8'

red 207 ◦ green 138 ◦ blue 216

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

Shades of Plum #CF8AD8

Tints of Plum #CF8AD8

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.6%

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

R = 36.9%
G = 24.6%
B = 38.5%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF8AD8 (or 0xCF8AD8) is known color: Plum. HEX triplet: CF, 8A and D8. RGB value is (207,138,216). Sum of RGB (Red+Green+Blue) = 207+138+216=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 138 (54.30% from 255 or 24.60% from 561); Blue value is 216 (84.77% from 255 or 38.50% from 561); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF8AD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8AD8 is #307527. Grayscale: #A7A7A7. Windows color (decimal): -3175720 or 14191311. OLE color: 14191311.

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

Color convert

RGB 207 138 216 -
CMYK 0.04 0.36 0 0.15
HSL 293.08º 0.5% 0.69% -
HSV(B) 293.08º 0.36% 0.85% -
XYZ 47.22 36.4 69.5 -
YUV 167.52 155.36 156.16 -
System Red Green Blue C M Y K H S L
Decimal 207 138 216 0.04 0.36 0 0.15 293.08 0.5 0.69
Hex CF 8A D8 4 24 0 F 125 32 45
Octal 317 212 330 4 44 0 17 445 62 105
Binary 11001111 10001010 11011000 100 100100 0 1111 100100101 110010 1000101

Color Harmonies of #CF8AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8AD8

Black with #CF8AD8

Text Example


Text Example

White with #CF8AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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