Html Css Color HEX #CF4DDC Medium Orchid

📋 copy color: '#CF4DDC'

red 207 ◦ green 77 ◦ blue 220

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

Shades of Medium Orchid #CF4DDC

Tints of Medium Orchid #CF4DDC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.28%

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

R = 41.07%
G = 15.28%
B = 43.65%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF4DDC (or 0xCF4DDC) is known color: Medium Orchid. HEX triplet: CF, 4D and DC. RGB value is (207,77,220). Sum of RGB (Red+Green+Blue) = 207+77+220=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 77 (30.47% from 255 or 15.28% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF4DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4DDC is #30B223. Grayscale: #838383. Windows color (decimal): -3191332 or 14437839. OLE color: 14437839.

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

Color convert

RGB 207 77 220 -
CMYK 0.06 0.65 0 0.14
HSL 294.55º 0.67% 0.58% -
HSV(B) 294.55º 0.65% 0.86% -
XYZ 41.3 23.74 70.12 -
YUV 132.17 177.57 181.37 -
System Red Green Blue C M Y K H S L
Decimal 207 77 220 0.06 0.65 0 0.14 294.55 0.67 0.58
Hex CF 4D DC 6 41 0 E 127 43 3A
Octal 317 115 334 6 101 0 16 447 103 72
Binary 11001111 1001101 11011100 110 1000001 0 1110 100100111 1000011 111010

Color Harmonies of #CF4DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4DDC

Black with #CF4DDC

Text Example


Text Example

White with #CF4DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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