Html Css Color HEX #CF36EA Medium Orchid

📋 copy color: '#CF36EA'

red 207 ◦ green 54 ◦ blue 234

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

Shades of Medium Orchid #CF36EA

Tints of Medium Orchid #CF36EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.27%

R = 41.82%
G = 10.91%
B = 47.27%

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

#CF36EA (or 0xCF36EA) is known color: Medium Orchid. HEX triplet: CF, 36 and EA. RGB value is (207,54,234). Sum of RGB (Red+Green+Blue) = 207+54+234=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 54 (21.48% from 255 or 10.91% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF36EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF36EA is #30C915. Grayscale: #777777. Windows color (decimal): -3197206 or 15349455. OLE color: 15349455.

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

Color convert

RGB 207 54 234 -
CMYK 0.12 0.77 0 0.08
HSL 291º 0.81% 0.56% -
HSV(B) 291º 0.77% 0.92% -
XYZ 41.9 21.84 79.85 -
YUV 120.27 192.19 189.86 -
System Red Green Blue C M Y K H S L
Decimal 207 54 234 0.12 0.77 0 0.08 291 0.81 0.56
Hex CF 36 EA C 4D 0 8 123 51 38
Octal 317 66 352 14 115 0 10 443 121 70
Binary 11001111 110110 11101010 1100 1001101 0 1000 100100011 1010001 111000

Color Harmonies of #CF36EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF36EA

Black with #CF36EA

Text Example


Text Example

White with #CF36EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF36EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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