Html Css Color HEX #CF47DF Medium Orchid

📋 copy color: '#CF47DF'

red 207 ◦ green 71 ◦ blue 223

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

Shades of Medium Orchid #CF47DF

Tints of Medium Orchid #CF47DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.51%

R = 41.32%
G = 14.17%
B = 44.51%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF47DF (or 0xCF47DF) is known color: Medium Orchid. HEX triplet: CF, 47 and DF. RGB value is (207,71,223). Sum of RGB (Red+Green+Blue) = 207+71+223=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 71 (28.12% from 255 or 14.17% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF47DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF47DF is #30B820. Grayscale: #808080. Windows color (decimal): -3192865 or 14632911. OLE color: 14632911.

HSL color Cylindrical-coordinate representation of color #CF47DF: hue angle of 293.68º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF47DF is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 71 223 -
CMYK 0.07 0.68 0 0.13
HSL 293.68º 0.7% 0.58% -
HSV(B) 293.68º 0.68% 0.87% -
XYZ 41.3 23.1 72.09 -
YUV 128.99 181.06 183.64 -
System Red Green Blue C M Y K H S L
Decimal 207 71 223 0.07 0.68 0 0.13 293.68 0.7 0.58
Hex CF 47 DF 7 44 0 D 126 46 3A
Octal 317 107 337 7 104 0 15 446 106 72
Binary 11001111 1000111 11011111 111 1000100 0 1101 100100110 1000110 111010

Color Harmonies of #CF47DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF47DF

Black with #CF47DF

Text Example


Text Example

White with #CF47DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF47DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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