Html Css Color HEX #CF36F3 Medium Orchid

📋 copy color: '#CF36F3'

red 207 ◦ green 54 ◦ blue 243

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

Shades of Medium Orchid #CF36F3

Tints of Medium Orchid #CF36F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 48.21%

R = 41.07%
G = 10.71%
B = 48.21%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CF36F3 (or 0xCF36F3) is known color: Medium Orchid. HEX triplet: CF, 36 and F3. RGB value is (207,54,243). Sum of RGB (Red+Green+Blue) = 207+54+243=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 54 (21.48% from 255 or 10.71% from 504); Blue value is 243 (95.31% from 255 or 48.21% from 504); Max value from RGB is 243 - color contains mainly: blue. Hex color #CF36F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF36F3 is #30C90C. Grayscale: #787878. Windows color (decimal): -3197197 or 15939279. OLE color: 15939279.

HSL color Cylindrical-coordinate representation of color #CF36F3: hue angle of 288.57º degrees, saturation: 0.89, 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 #CF36F3 is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 207 54 243 -
CMYK 0.15 0.78 0 0.05
HSL 288.57º 0.89% 0.58% -
HSV(B) 288.57º 0.78% 0.95% -
XYZ 43.23 22.37 86.83 -
YUV 121.29 196.69 189.13 -
System Red Green Blue C M Y K H S L
Decimal 207 54 243 0.15 0.78 0 0.05 288.57 0.89 0.58
Hex CF 36 F3 F 4E 0 5 121 59 3A
Octal 317 66 363 17 116 0 5 441 131 72
Binary 11001111 110110 11110011 1111 1001110 0 101 100100001 1011001 111010

Color Harmonies of #CF36F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF36F3

Black with #CF36F3

Text Example


Text Example

White with #CF36F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF36F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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