Html Css Color HEX #CF36F1 Medium Orchid

📋 copy color: '#CF36F1'

red 207 ◦ green 54 ◦ blue 241

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

Shades of Medium Orchid #CF36F1

Tints of Medium Orchid #CF36F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.01%

R = 41.24%
G = 10.76%
B = 48.01%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CF36F1 (or 0xCF36F1) is known color: Medium Orchid. HEX triplet: CF, 36 and F1. RGB value is (207,54,241). Sum of RGB (Red+Green+Blue) = 207+54+241=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 54 (21.48% from 255 or 10.76% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 241 - color contains mainly: blue. Hex color #CF36F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF36F1 is #30C90E. Grayscale: #787878. Windows color (decimal): -3197199 or 15808207. OLE color: 15808207.

HSL color Cylindrical-coordinate representation of color #CF36F1: hue angle of 289.09º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF36F1 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 54 241 -
CMYK 0.14 0.78 0 0.05
HSL 289.09º 0.87% 0.58% -
HSV(B) 289.09º 0.78% 0.95% -
XYZ 42.93 22.25 85.25 -
YUV 121.07 195.69 189.29 -
System Red Green Blue C M Y K H S L
Decimal 207 54 241 0.14 0.78 0 0.05 289.09 0.87 0.58
Hex CF 36 F1 E 4E 0 5 121 57 3A
Octal 317 66 361 16 116 0 5 441 127 72
Binary 11001111 110110 11110001 1110 1001110 0 101 100100001 1010111 111010

Color Harmonies of #CF36F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF36F1

Black with #CF36F1

Text Example


Text Example

White with #CF36F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF36F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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