Html Css Color HEX #CF36EB Medium Orchid

📋 copy color: '#CF36EB'

red 207 ◦ green 54 ◦ blue 235

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

Shades of Medium Orchid #CF36EB

Tints of Medium Orchid #CF36EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.38%

R = 41.73%
G = 10.89%
B = 47.38%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF36EB (or 0xCF36EB) is known color: Medium Orchid. HEX triplet: CF, 36 and EB. RGB value is (207,54,235). Sum of RGB (Red+Green+Blue) = 207+54+235=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 54 (21.48% from 255 or 10.89% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF36EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF36EB is #30C914. Grayscale: #777777. Windows color (decimal): -3197205 or 15414991. OLE color: 15414991.

HSL color Cylindrical-coordinate representation of color #CF36EB: hue angle of 290.72º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF36EB is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 54 235 -
CMYK 0.12 0.77 0 0.08
HSL 290.72º 0.82% 0.57% -
HSV(B) 290.72º 0.77% 0.92% -
XYZ 42.05 21.9 80.61 -
YUV 120.38 192.69 189.78 -
System Red Green Blue C M Y K H S L
Decimal 207 54 235 0.12 0.77 0 0.08 290.72 0.82 0.57
Hex CF 36 EB C 4D 0 8 123 52 39
Octal 317 66 353 14 115 0 10 443 122 71
Binary 11001111 110110 11101011 1100 1001101 0 1000 100100011 1010010 111001

Color Harmonies of #CF36EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF36EB

Black with #CF36EB

Text Example


Text Example

White with #CF36EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF36EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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