Html Css Color HEX #CF41DC Medium Orchid

📋 copy color: '#CF41DC'

red 207 ◦ green 65 ◦ blue 220

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

Shades of Medium Orchid #CF41DC

Tints of Medium Orchid #CF41DC

RGB

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

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

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

R = 42.07%
G = 13.21%
B = 44.72%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF41DC (or 0xCF41DC) is known color: Medium Orchid. HEX triplet: CF, 41 and DC. RGB value is (207,65,220). Sum of RGB (Red+Green+Blue) = 207+65+220=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 65 (25.78% from 255 or 13.21% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF41DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF41DC is #30BE23. Grayscale: #7C7C7C. Windows color (decimal): -3194404 or 14434767. OLE color: 14434767.

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

Color convert

RGB 207 65 220 -
CMYK 0.06 0.70 0 0.14
HSL 294.97º 0.69% 0.56% -
HSV(B) 294.97º 0.7% 0.86% -
XYZ 40.54 22.21 69.86 -
YUV 125.13 181.54 186.4 -
System Red Green Blue C M Y K H S L
Decimal 207 65 220 0.06 0.70 0 0.14 294.97 0.69 0.56
Hex CF 41 DC 6 46 0 E 127 45 38
Octal 317 101 334 6 106 0 16 447 105 70
Binary 11001111 1000001 11011100 110 1000110 0 1110 100100111 1000101 111000

Color Harmonies of #CF41DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF41DC

Black with #CF41DC

Text Example


Text Example

White with #CF41DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF41DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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