Html Css Color HEX #CF44EF Medium Orchid

📋 copy color: '#CF44EF'

red 207 ◦ green 68 ◦ blue 239

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

Shades of Medium Orchid #CF44EF

Tints of Medium Orchid #CF44EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.5%

R = 40.27%
G = 13.23%
B = 46.5%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CF44EF (or 0xCF44EF) is known color: Medium Orchid. HEX triplet: CF, 44 and EF. RGB value is (207,68,239). Sum of RGB (Red+Green+Blue) = 207+68+239=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 68 (26.95% from 255 or 13.23% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF44EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF44EF is #30BB10. Grayscale: #808080. Windows color (decimal): -3193617 or 15680719. OLE color: 15680719.

HSL color Cylindrical-coordinate representation of color #CF44EF: hue angle of 288.77º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF44EF is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 68 239 -
CMYK 0.13 0.72 0 0.06
HSL 288.77º 0.84% 0.6% -
HSV(B) 288.77º 0.72% 0.94% -
XYZ 43.38 23.63 83.94 -
YUV 129.06 190.05 183.6 -
System Red Green Blue C M Y K H S L
Decimal 207 68 239 0.13 0.72 0 0.06 288.77 0.84 0.6
Hex CF 44 EF D 48 0 6 121 54 3C
Octal 317 104 357 15 110 0 6 441 124 74
Binary 11001111 1000100 11101111 1101 1001000 0 110 100100001 1010100 111100

Color Harmonies of #CF44EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF44EF

Black with #CF44EF

Text Example


Text Example

White with #CF44EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF44EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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