Html Css Color HEX #CF5DDC Medium Orchid

📋 copy color: '#CF5DDC'

red 207 ◦ green 93 ◦ blue 220

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

Shades of Medium Orchid #CF5DDC

Tints of Medium Orchid #CF5DDC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.88%

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

R = 39.81%
G = 17.88%
B = 42.31%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF5DDC (or 0xCF5DDC) is known color: Medium Orchid. HEX triplet: CF, 5D and DC. RGB value is (207,93,220). Sum of RGB (Red+Green+Blue) = 207+93+220=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 93 (36.72% from 255 or 17.88% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF5DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5DDC is #30A223. Grayscale: #8D8D8D. Windows color (decimal): -3187236 or 14441935. OLE color: 14441935.

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

Color convert

RGB 207 93 220 -
CMYK 0.06 0.58 0 0.14
HSL 293.86º 0.64% 0.61% -
HSV(B) 293.86º 0.58% 0.86% -
XYZ 42.56 26.26 70.54 -
YUV 141.56 172.27 174.67 -
System Red Green Blue C M Y K H S L
Decimal 207 93 220 0.06 0.58 0 0.14 293.86 0.64 0.61
Hex CF 5D DC 6 3A 0 E 126 40 3D
Octal 317 135 334 6 72 0 16 446 100 75
Binary 11001111 1011101 11011100 110 111010 0 1110 100100110 1000000 111101

Color Harmonies of #CF5DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5DDC

Black with #CF5DDC

Text Example


Text Example

White with #CF5DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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