Html Css Color HEX #CF36DF Medium Orchid

📋 copy color: '#CF36DF'

red 207 ◦ green 54 ◦ blue 223

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

Shades of Medium Orchid #CF36DF

Tints of Medium Orchid #CF36DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.07%

R = 42.77%
G = 11.16%
B = 46.07%

CMYK

 C value IS 0.07

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF36DF (or 0xCF36DF) is known color: Medium Orchid. HEX triplet: CF, 36 and DF. RGB value is (207,54,223). Sum of RGB (Red+Green+Blue) = 207+54+223=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 54 (21.48% from 255 or 11.16% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF36DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF36DF is #30C920. Grayscale: #767676. Windows color (decimal): -3197217 or 14628559. OLE color: 14628559.

HSL color Cylindrical-coordinate representation of color #CF36DF: hue angle of 294.32º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF36DF is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 54 223 -
CMYK 0.07 0.76 0 0.13
HSL 294.32º 0.73% 0.54% -
HSV(B) 294.32º 0.76% 0.87% -
XYZ 40.37 21.23 71.78 -
YUV 119.01 186.69 190.76 -
System Red Green Blue C M Y K H S L
Decimal 207 54 223 0.07 0.76 0 0.13 294.32 0.73 0.54
Hex CF 36 DF 7 4C 0 D 126 49 36
Octal 317 66 337 7 114 0 15 446 111 66
Binary 11001111 110110 11011111 111 1001100 0 1101 100100110 1001001 110110

Color Harmonies of #CF36DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF36DF

Black with #CF36DF

Text Example


Text Example

White with #CF36DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF36DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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