Html Css Color HEX #CF44DD Medium Orchid

📋 copy color: '#CF44DD'

red 207 ◦ green 68 ◦ blue 221

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

Shades of Medium Orchid #CF44DD

Tints of Medium Orchid #CF44DD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.71%

 BLUE value IS 221 (86.72% from 255) = 44.56%

R = 41.73%
G = 13.71%
B = 44.56%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF44DD (or 0xCF44DD) is known color: Medium Orchid. HEX triplet: CF, 44 and DD. RGB value is (207,68,221). Sum of RGB (Red+Green+Blue) = 207+68+221=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 68 (26.95% from 255 or 13.71% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF44DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF44DD is #30BB22. Grayscale: #7E7E7E. Windows color (decimal): -3193635 or 14501071. OLE color: 14501071.

HSL color Cylindrical-coordinate representation of color #CF44DD: hue angle of 294.51º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF44DD is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 68 221 -
CMYK 0.06 0.69 0 0.13
HSL 294.51º 0.69% 0.57% -
HSV(B) 294.51º 0.69% 0.87% -
XYZ 40.85 22.62 70.62 -
YUV 127 181.05 185.06 -
System Red Green Blue C M Y K H S L
Decimal 207 68 221 0.06 0.69 0 0.13 294.51 0.69 0.57
Hex CF 44 DD 6 45 0 D 127 45 39
Octal 317 104 335 6 105 0 15 447 105 71
Binary 11001111 1000100 11011101 110 1000101 0 1101 100100111 1000101 111001

Color Harmonies of #CF44DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF44DD

Black with #CF44DD

Text Example


Text Example

White with #CF44DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF44DD; }

 p { color: rgb(207,68,221); }

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

background-color css

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

 a { background-color: rgb(207,68,221); }

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

border-color css

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

 span { border-color: rgb(207,68,221); }

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