Html Css Color HEX #CF44ED Medium Orchid

📋 copy color: '#CF44ED'

red 207 ◦ green 68 ◦ blue 237

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

Shades of Medium Orchid #CF44ED

Tints of Medium Orchid #CF44ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.29%

R = 40.43%
G = 13.28%
B = 46.29%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF44ED (or 0xCF44ED) is known color: Medium Orchid. HEX triplet: CF, 44 and ED. RGB value is (207,68,237). Sum of RGB (Red+Green+Blue) = 207+68+237=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 68 (26.95% from 255 or 13.28% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF44ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF44ED is #30BB12. Grayscale: #808080. Windows color (decimal): -3193619 or 15549647. OLE color: 15549647.

HSL color Cylindrical-coordinate representation of color #CF44ED: hue angle of 289.35º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF44ED is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 68 237 -
CMYK 0.13 0.71 0 0.07
HSL 289.35º 0.82% 0.6% -
HSV(B) 289.35º 0.71% 0.93% -
XYZ 43.09 23.51 82.39 -
YUV 128.83 189.05 183.76 -
System Red Green Blue C M Y K H S L
Decimal 207 68 237 0.13 0.71 0 0.07 289.35 0.82 0.6
Hex CF 44 ED D 47 0 7 121 52 3C
Octal 317 104 355 15 107 0 7 441 122 74
Binary 11001111 1000100 11101101 1101 1000111 0 111 100100001 1010010 111100

Color Harmonies of #CF44ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF44ED

Black with #CF44ED

Text Example


Text Example

White with #CF44ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF44ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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