Html Css Color HEX #CF47DD Medium Orchid

📋 copy color: '#CF47DD'

red 207 ◦ green 71 ◦ blue 221

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

Shades of Medium Orchid #CF47DD

Tints of Medium Orchid #CF47DD

RGB

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

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

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

R = 41.48%
G = 14.23%
B = 44.29%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF47DD (or 0xCF47DD) is known color: Medium Orchid. HEX triplet: CF, 47 and DD. RGB value is (207,71,221). Sum of RGB (Red+Green+Blue) = 207+71+221=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 71 (28.12% from 255 or 14.23% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF47DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF47DD is #30B822. Grayscale: #808080. Windows color (decimal): -3192867 or 14501839. OLE color: 14501839.

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

Color convert

RGB 207 71 221 -
CMYK 0.06 0.68 0 0.13
HSL 294.4º 0.69% 0.57% -
HSV(B) 294.4º 0.68% 0.87% -
XYZ 41.04 22.99 70.68 -
YUV 128.76 180.06 183.8 -
System Red Green Blue C M Y K H S L
Decimal 207 71 221 0.06 0.68 0 0.13 294.4 0.69 0.57
Hex CF 47 DD 6 44 0 D 126 45 39
Octal 317 107 335 6 104 0 15 446 105 71
Binary 11001111 1000111 11011101 110 1000100 0 1101 100100110 1000101 111001

Color Harmonies of #CF47DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF47DD

Black with #CF47DD

Text Example


Text Example

White with #CF47DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF47DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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