Html Css Color HEX #CF46DC Medium Orchid

📋 copy color: '#CF46DC'

red 207 ◦ green 70 ◦ blue 220

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

Shades of Medium Orchid #CF46DC

Tints of Medium Orchid #CF46DC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.08%

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

R = 41.65%
G = 14.08%
B = 44.27%

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

#CF46DC (or 0xCF46DC) is known color: Medium Orchid. HEX triplet: CF, 46 and DC. RGB value is (207,70,220). Sum of RGB (Red+Green+Blue) = 207+70+220=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 70 (27.73% from 255 or 14.08% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF46DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF46DC is #30B923. Grayscale: #7F7F7F. Windows color (decimal): -3193124 or 14436047. OLE color: 14436047.

HSL color Cylindrical-coordinate representation of color #CF46DC: hue angle of 294.8º 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 #CF46DC is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 70 220 -
CMYK 0.06 0.68 0 0.14
HSL 294.8º 0.68% 0.57% -
HSV(B) 294.8º 0.68% 0.86% -
XYZ 40.84 22.81 69.96 -
YUV 128.06 179.89 184.3 -
System Red Green Blue C M Y K H S L
Decimal 207 70 220 0.06 0.68 0 0.14 294.8 0.68 0.57
Hex CF 46 DC 6 44 0 E 127 44 39
Octal 317 106 334 6 104 0 16 447 104 71
Binary 11001111 1000110 11011100 110 1000100 0 1110 100100111 1000100 111001

Color Harmonies of #CF46DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF46DC

Black with #CF46DC

Text Example


Text Example

White with #CF46DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF46DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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