Html Css Color HEX #CC36F7 Medium Orchid

📋 copy color: '#CC36F7'

red 204 ◦ green 54 ◦ blue 247

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

Shades of Medium Orchid #CC36F7

Tints of Medium Orchid #CC36F7

RGB

 RED value IS 204 (80.08% from 255) = 40.4%

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

 BLUE value IS 247 (96.88% from 255) = 48.91%

R = 40.4%
G = 10.69%
B = 48.91%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CC36F7 (or 0xCC36F7) is known color: Medium Orchid. HEX triplet: CC, 36 and F7. RGB value is (204,54,247). Sum of RGB (Red+Green+Blue) = 204+54+247=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 54 (21.48% from 255 or 10.69% from 505); Blue value is 247 (96.88% from 255 or 48.91% from 505); Max value from RGB is 247 - color contains mainly: blue. Hex color #CC36F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC36F7 is #33C908. Grayscale: #787878. Windows color (decimal): -3393801 or 16201420. OLE color: 16201420.

HSL color Cylindrical-coordinate representation of color #CC36F7: hue angle of 286.63º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC36F7 is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 54 247 -
CMYK 0.17 0.78 0 0.03
HSL 286.63º 0.92% 0.59% -
HSV(B) 286.63º 0.78% 0.97% -
XYZ 43.01 22.19 90.01 -
YUV 120.85 199.2 187.31 -
System Red Green Blue C M Y K H S L
Decimal 204 54 247 0.17 0.78 0 0.03 286.63 0.92 0.59
Hex CC 36 F7 11 4E 0 3 11F 5C 3B
Octal 314 66 367 21 116 0 3 437 134 73
Binary 11001100 110110 11110111 10001 1001110 0 11 100011111 1011100 111011

Color Harmonies of #CC36F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC36F7

Black with #CC36F7

Text Example


Text Example

White with #CC36F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC36F7; }

 p { color: rgb(204,54,247); }

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

background-color css

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

 a { background-color: rgb(204,54,247); }

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

border-color css

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

 span { border-color: rgb(204,54,247); }

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