Html Css Color HEX #CF36ED Medium Orchid

📋 copy color: '#CF36ED'

red 207 ◦ green 54 ◦ blue 237

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

Shades of Medium Orchid #CF36ED

Tints of Medium Orchid #CF36ED

RGB

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

 GREEN value IS 54 (21.48% from 255) = 10.84%

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

R = 41.57%
G = 10.84%
B = 47.59%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CF36ED (or 0xCF36ED) is known color: Medium Orchid. HEX triplet: CF, 36 and ED. RGB value is (207,54,237). Sum of RGB (Red+Green+Blue) = 207+54+237=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 54 (21.48% from 255 or 10.84% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF36ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF36ED is #30C912. Grayscale: #787878. Windows color (decimal): -3197203 or 15546063. OLE color: 15546063.

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

Color convert

RGB 207 54 237 -
CMYK 0.13 0.77 0 0.07
HSL 290.16º 0.84% 0.57% -
HSV(B) 290.16º 0.77% 0.93% -
XYZ 42.34 22.02 82.14 -
YUV 120.61 193.69 189.62 -
System Red Green Blue C M Y K H S L
Decimal 207 54 237 0.13 0.77 0 0.07 290.16 0.84 0.57
Hex CF 36 ED D 4D 0 7 122 54 39
Octal 317 66 355 15 115 0 7 442 124 71
Binary 11001111 110110 11101101 1101 1001101 0 111 100100010 1010100 111001

Color Harmonies of #CF36ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF36ED

Black with #CF36ED

Text Example


Text Example

White with #CF36ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF36ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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