Html Css Color HEX #CF9BD6 Plum

📋 copy color: '#CF9BD6'

red 207 ◦ green 155 ◦ blue 214

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

Shades of Plum #CF9BD6

Tints of Plum #CF9BD6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.91%

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

R = 35.94%
G = 26.91%
B = 37.15%

CMYK

 C value IS 0.03

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CF9BD6 (or 0xCF9BD6) is known color: Plum. HEX triplet: CF, 9B and D6. RGB value is (207,155,214). Sum of RGB (Red+Green+Blue) = 207+155+214=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 155 (60.94% from 255 or 26.91% from 576); Blue value is 214 (83.98% from 255 or 37.15% from 576); Max value from RGB is 214 - color contains mainly: blue. Hex color #CF9BD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9BD6 is #306429. Grayscale: #B1B1B1. Windows color (decimal): -3171370 or 14064591. OLE color: 14064591.

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

Color convert

RGB 207 155 214 -
CMYK 0.03 0.28 0 0.16
HSL 292.88º 0.42% 0.72% -
HSV(B) 292.88º 0.28% 0.84% -
XYZ 49.59 41.56 69.03 -
YUV 177.27 148.73 149.2 -
System Red Green Blue C M Y K H S L
Decimal 207 155 214 0.03 0.28 0 0.16 292.88 0.42 0.72
Hex CF 9B D6 3 1C 0 10 125 2A 48
Octal 317 233 326 3 34 0 20 445 52 110
Binary 11001111 10011011 11010110 11 11100 0 10000 100100101 101010 1001000

Color Harmonies of #CF9BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9BD6

Black with #CF9BD6

Text Example


Text Example

White with #CF9BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9BD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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