Html Css Color HEX #CF8AD6 Plum

📋 copy color: '#CF8AD6'

red 207 ◦ green 138 ◦ blue 214

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

Shades of Plum #CF8AD6

Tints of Plum #CF8AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.28%

R = 37.03%
G = 24.69%
B = 38.28%

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

#CF8AD6 (or 0xCF8AD6) is known color: Plum. HEX triplet: CF, 8A and D6. RGB value is (207,138,214). Sum of RGB (Red+Green+Blue) = 207+138+214=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 138 (54.30% from 255 or 24.69% from 559); Blue value is 214 (83.98% from 255 or 38.28% from 559); Max value from RGB is 214 - color contains mainly: blue. Hex color #CF8AD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8AD6 is #307529. Grayscale: #A7A7A7. Windows color (decimal): -3175722 or 14060239. OLE color: 14060239.

HSL color Cylindrical-coordinate representation of color #CF8AD6: hue angle of 294.47º degrees, saturation: 0.48, 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 #CF8AD6 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 138 214 -
CMYK 0.03 0.36 0 0.16
HSL 294.47º 0.48% 0.69% -
HSV(B) 294.47º 0.36% 0.84% -
XYZ 46.96 36.3 68.15 -
YUV 167.3 154.36 156.32 -
System Red Green Blue C M Y K H S L
Decimal 207 138 214 0.03 0.36 0 0.16 294.47 0.48 0.69
Hex CF 8A D6 3 24 0 10 126 30 45
Octal 317 212 326 3 44 0 20 446 60 105
Binary 11001111 10001010 11010110 11 100100 0 10000 100100110 110000 1000101

Color Harmonies of #CF8AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8AD6

Black with #CF8AD6

Text Example


Text Example

White with #CF8AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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