Html Css Color HEX #CF47DC Medium Orchid

📋 copy color: '#CF47DC'

red 207 ◦ green 71 ◦ blue 220

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

Shades of Medium Orchid #CF47DC

Tints of Medium Orchid #CF47DC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.26%

 BLUE value IS 220 (86.33% from 255) = 44.18%

R = 41.57%
G = 14.26%
B = 44.18%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF47DC (or 0xCF47DC) is known color: Medium Orchid. HEX triplet: CF, 47 and DC. RGB value is (207,71,220). Sum of RGB (Red+Green+Blue) = 207+71+220=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 71 (28.12% from 255 or 14.26% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF47DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF47DC is #30B823. Grayscale: #808080. Windows color (decimal): -3192868 or 14436303. OLE color: 14436303.

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

Color convert

RGB 207 71 220 -
CMYK 0.06 0.68 0 0.14
HSL 294.77º 0.68% 0.57% -
HSV(B) 294.77º 0.68% 0.86% -
XYZ 40.9 22.94 69.98 -
YUV 128.65 179.56 183.88 -
System Red Green Blue C M Y K H S L
Decimal 207 71 220 0.06 0.68 0 0.14 294.77 0.68 0.57
Hex CF 47 DC 6 44 0 E 127 44 39
Octal 317 107 334 6 104 0 16 447 104 71
Binary 11001111 1000111 11011100 110 1000100 0 1110 100100111 1000100 111001

Color Harmonies of #CF47DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF47DC

Black with #CF47DC

Text Example


Text Example

White with #CF47DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF47DC; }

 p { color: rgb(207,71,220); }

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

background-color css

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

 a { background-color: rgb(207,71,220); }

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

border-color css

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

 span { border-color: rgb(207,71,220); }

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