Html Css Color HEX #CF41DD Medium Orchid

📋 copy color: '#CF41DD'

red 207 ◦ green 65 ◦ blue 221

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

Shades of Medium Orchid #CF41DD

Tints of Medium Orchid #CF41DD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.18%

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

R = 41.99%
G = 13.18%
B = 44.83%

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

#CF41DD (or 0xCF41DD) is known color: Medium Orchid. HEX triplet: CF, 41 and DD. RGB value is (207,65,221). Sum of RGB (Red+Green+Blue) = 207+65+221=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 65 (25.78% from 255 or 13.18% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF41DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF41DD is #30BE22. Grayscale: #7C7C7C. Windows color (decimal): -3194403 or 14500303. OLE color: 14500303.

HSL color Cylindrical-coordinate representation of color #CF41DD: hue angle of 294.62º 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 #CF41DD is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 65 221 -
CMYK 0.06 0.71 0 0.13
HSL 294.62º 0.7% 0.56% -
HSV(B) 294.62º 0.71% 0.87% -
XYZ 40.67 22.27 70.56 -
YUV 125.24 182.04 186.32 -
System Red Green Blue C M Y K H S L
Decimal 207 65 221 0.06 0.71 0 0.13 294.62 0.7 0.56
Hex CF 41 DD 6 47 0 D 127 46 38
Octal 317 101 335 6 107 0 15 447 106 70
Binary 11001111 1000001 11011101 110 1000111 0 1101 100100111 1000110 111000

Color Harmonies of #CF41DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF41DD

Black with #CF41DD

Text Example


Text Example

White with #CF41DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF41DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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