Html Css Color HEX #CF4FDC Medium Orchid

📋 copy color: '#CF4FDC'

red 207 ◦ green 79 ◦ blue 220

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

Shades of Medium Orchid #CF4FDC

Tints of Medium Orchid #CF4FDC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.61%

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

R = 40.91%
G = 15.61%
B = 43.48%

CMYK

 C value IS 0.06

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF4FDC (or 0xCF4FDC) is known color: Medium Orchid. HEX triplet: CF, 4F and DC. RGB value is (207,79,220). Sum of RGB (Red+Green+Blue) = 207+79+220=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 79 (31.25% from 255 or 15.61% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF4FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4FDC is #30B023. Grayscale: #848484. Windows color (decimal): -3190820 or 14438351. OLE color: 14438351.

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

Color convert

RGB 207 79 220 -
CMYK 0.06 0.64 0 0.14
HSL 294.47º 0.67% 0.59% -
HSV(B) 294.47º 0.64% 0.86% -
XYZ 41.45 24.02 70.16 -
YUV 133.35 176.91 180.54 -
System Red Green Blue C M Y K H S L
Decimal 207 79 220 0.06 0.64 0 0.14 294.47 0.67 0.59
Hex CF 4F DC 6 40 0 E 126 43 3B
Octal 317 117 334 6 100 0 16 446 103 73
Binary 11001111 1001111 11011100 110 1000000 0 1110 100100110 1000011 111011

Color Harmonies of #CF4FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4FDC

Black with #CF4FDC

Text Example


Text Example

White with #CF4FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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