Html Css Color HEX #CF90D7 Plum

📋 copy color: '#CF90D7'

red 207 ◦ green 144 ◦ blue 215

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

Shades of Plum #CF90D7

Tints of Plum #CF90D7

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.44%

 BLUE value IS 215 (84.38% from 255) = 37.99%

R = 36.57%
G = 25.44%
B = 37.99%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CF90D7 (or 0xCF90D7) is known color: Plum. HEX triplet: CF, 90 and D7. RGB value is (207,144,215). Sum of RGB (Red+Green+Blue) = 207+144+215=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 215 (84.38% from 255 or 37.99% from 566); Max value from RGB is 215 - color contains mainly: blue. Hex color #CF90D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF90D7 is #306F28. Grayscale: #AAAAAA. Windows color (decimal): -3174185 or 14127311. OLE color: 14127311.

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

Color convert

RGB 207 144 215 -
CMYK 0.04 0.33 0 0.16
HSL 293.24º 0.47% 0.7% -
HSV(B) 293.24º 0.33% 0.84% -
XYZ 47.97 38.12 69.12 -
YUV 170.93 152.87 153.73 -
System Red Green Blue C M Y K H S L
Decimal 207 144 215 0.04 0.33 0 0.16 293.24 0.47 0.7
Hex CF 90 D7 4 21 0 10 125 2F 46
Octal 317 220 327 4 41 0 20 445 57 106
Binary 11001111 10010000 11010111 100 100001 0 10000 100100101 101111 1000110

Color Harmonies of #CF90D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF90D7

Black with #CF90D7

Text Example


Text Example

White with #CF90D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF90D7; }

 p { color: rgb(207,144,215); }

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

background-color css

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

 a { background-color: rgb(207,144,215); }

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

border-color css

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

 span { border-color: rgb(207,144,215); }

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