Html Css Color HEX #CF40D8 Medium Orchid

📋 copy color: '#CF40D8'

red 207 ◦ green 64 ◦ blue 216

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

Shades of Medium Orchid #CF40D8

Tints of Medium Orchid #CF40D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.35%

R = 42.51%
G = 13.14%
B = 44.35%

CMYK

 C value IS 0.04

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF40D8 (or 0xCF40D8) is known color: Medium Orchid. HEX triplet: CF, 40 and D8. RGB value is (207,64,216). Sum of RGB (Red+Green+Blue) = 207+64+216=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 64 (25.39% from 255 or 13.14% from 487); Blue value is 216 (84.77% from 255 or 44.35% from 487); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF40D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF40D8 is #30BF27. Grayscale: #7B7B7B. Windows color (decimal): -3194664 or 14172367. OLE color: 14172367.

HSL color Cylindrical-coordinate representation of color #CF40D8: hue angle of 296.45º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF40D8 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 64 216 -
CMYK 0.04 0.70 0 0.15
HSL 296.45º 0.66% 0.55% -
HSV(B) 296.45º 0.7% 0.85% -
XYZ 39.96 21.89 67.08 -
YUV 124.09 179.88 187.14 -
System Red Green Blue C M Y K H S L
Decimal 207 64 216 0.04 0.70 0 0.15 296.45 0.66 0.55
Hex CF 40 D8 4 46 0 F 128 42 37
Octal 317 100 330 4 106 0 17 450 102 67
Binary 11001111 1000000 11011000 100 1000110 0 1111 100101000 1000010 110111

Color Harmonies of #CF40D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF40D8

Black with #CF40D8

Text Example


Text Example

White with #CF40D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF40D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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