Html Css Color HEX #CF44DC Medium Orchid

📋 copy color: '#CF44DC'

red 207 ◦ green 68 ◦ blue 220

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

Shades of Medium Orchid #CF44DC

Tints of Medium Orchid #CF44DC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.74%

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

R = 41.82%
G = 13.74%
B = 44.44%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF44DC (or 0xCF44DC) is known color: Medium Orchid. HEX triplet: CF, 44 and DC. RGB value is (207,68,220). Sum of RGB (Red+Green+Blue) = 207+68+220=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 68 (26.95% from 255 or 13.74% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF44DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF44DC is #30BB23. Grayscale: #7E7E7E. Windows color (decimal): -3193636 or 14435535. OLE color: 14435535.

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

Color convert

RGB 207 68 220 -
CMYK 0.06 0.69 0 0.14
HSL 294.87º 0.68% 0.56% -
HSV(B) 294.87º 0.69% 0.86% -
XYZ 40.72 22.57 69.92 -
YUV 126.89 180.55 185.14 -
System Red Green Blue C M Y K H S L
Decimal 207 68 220 0.06 0.69 0 0.14 294.87 0.68 0.56
Hex CF 44 DC 6 45 0 E 127 44 38
Octal 317 104 334 6 105 0 16 447 104 70
Binary 11001111 1000100 11011100 110 1000101 0 1110 100100111 1000100 111000

Color Harmonies of #CF44DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF44DC

Black with #CF44DC

Text Example


Text Example

White with #CF44DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF44DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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