Html Css Color HEX #CF40DD Medium Orchid

📋 copy color: '#CF40DD'

red 207 ◦ green 64 ◦ blue 221

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

Shades of Medium Orchid #CF40DD

Tints of Medium Orchid #CF40DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.92%

R = 42.07%
G = 13.01%
B = 44.92%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF40DD (or 0xCF40DD) is known color: Medium Orchid. HEX triplet: CF, 40 and DD. RGB value is (207,64,221). Sum of RGB (Red+Green+Blue) = 207+64+221=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 64 (25.39% from 255 or 13.01% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF40DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF40DD is #30BF22. Grayscale: #7C7C7C. Windows color (decimal): -3194659 or 14500047. OLE color: 14500047.

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

Color convert

RGB 207 64 221 -
CMYK 0.06 0.71 0 0.13
HSL 294.65º 0.7% 0.56% -
HSV(B) 294.65º 0.71% 0.87% -
XYZ 40.62 22.15 70.54 -
YUV 124.66 182.38 186.73 -
System Red Green Blue C M Y K H S L
Decimal 207 64 221 0.06 0.71 0 0.13 294.65 0.7 0.56
Hex CF 40 DD 6 47 0 D 127 46 38
Octal 317 100 335 6 107 0 15 447 106 70
Binary 11001111 1000000 11011101 110 1000111 0 1101 100100111 1000110 111000

Color Harmonies of #CF40DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF40DD

Black with #CF40DD

Text Example


Text Example

White with #CF40DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF40DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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