Html Css Color HEX #C92CD7 Medium Orchid

📋 copy color: '#C92CD7'

red 201 ◦ green 44 ◦ blue 215

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

Shades of Medium Orchid #C92CD7

Tints of Medium Orchid #C92CD7

RGB

 RED value IS 201 (78.91% from 255) = 43.7%

 GREEN value IS 44 (17.58% from 255) = 9.57%

 BLUE value IS 215 (84.38% from 255) = 46.74%

R = 43.7%
G = 9.57%
B = 46.74%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C92CD7 (or 0xC92CD7) is known color: Medium Orchid. HEX triplet: C9, 2C and D7. RGB value is (201,44,215). Sum of RGB (Red+Green+Blue) = 201+44+215=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 44 (17.58% from 255 or 9.57% from 460); Blue value is 215 (84.38% from 255 or 46.74% from 460); Max value from RGB is 215 - color contains mainly: blue. Hex color #C92CD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C92CD7 is #36D328. Grayscale: #6D6D6D. Windows color (decimal): -3593001 or 14101705. OLE color: 14101705.

HSL color Cylindrical-coordinate representation of color #C92CD7: hue angle of 295.09º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C92CD7 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 44 215 -
CMYK 0.07 0.80 0 0.16
HSL 295.09º 0.68% 0.51% -
HSV(B) 295.09º 0.8% 0.84% -
XYZ 37.25 19.13 66.02 -
YUV 110.44 187.01 192.6 -
System Red Green Blue C M Y K H S L
Decimal 201 44 215 0.07 0.80 0 0.16 295.09 0.68 0.51
Hex C9 2C D7 7 50 0 10 127 44 33
Octal 311 54 327 7 120 0 20 447 104 63
Binary 11001001 101100 11010111 111 1010000 0 10000 100100111 1000100 110011

Color Harmonies of #C92CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92CD7

Black with #C92CD7

Text Example


Text Example

White with #C92CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92CD7; }

 p { color: rgb(201,44,215); }

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

background-color css

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

 a { background-color: rgb(201,44,215); }

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

border-color css

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

 span { border-color: rgb(201,44,215); }

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