Html Css Color HEX #CF40DC Medium Orchid

📋 copy color: '#CF40DC'

red 207 ◦ green 64 ◦ blue 220

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

Shades of Medium Orchid #CF40DC

Tints of Medium Orchid #CF40DC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.03%

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

R = 42.16%
G = 13.03%
B = 44.81%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF40DC (or 0xCF40DC) is known color: Medium Orchid. HEX triplet: CF, 40 and DC. RGB value is (207,64,220). Sum of RGB (Red+Green+Blue) = 207+64+220=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 64 (25.39% from 255 or 13.03% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF40DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF40DC is #30BF23. Grayscale: #7C7C7C. Windows color (decimal): -3194660 or 14434511. OLE color: 14434511.

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

Color convert

RGB 207 64 220 -
CMYK 0.06 0.71 0 0.14
HSL 295º 0.69% 0.56% -
HSV(B) 295º 0.71% 0.86% -
XYZ 40.48 22.1 69.84 -
YUV 124.54 181.88 186.82 -
System Red Green Blue C M Y K H S L
Decimal 207 64 220 0.06 0.71 0 0.14 295 0.69 0.56
Hex CF 40 DC 6 47 0 E 127 45 38
Octal 317 100 334 6 107 0 16 447 105 70
Binary 11001111 1000000 11011100 110 1000111 0 1110 100100111 1000101 111000

Color Harmonies of #CF40DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF40DC

Black with #CF40DC

Text Example


Text Example

White with #CF40DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF40DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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