Html Css Color HEX #C634D5 Medium Orchid

📋 copy color: '#C634D5'

red 198 ◦ green 52 ◦ blue 213

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

Shades of Medium Orchid #C634D5

Tints of Medium Orchid #C634D5

RGB

 RED value IS 198 (77.73% from 255) = 42.76%

 GREEN value IS 52 (20.7% from 255) = 11.23%

 BLUE value IS 213 (83.59% from 255) = 46%

R = 42.76%
G = 11.23%
B = 46%

CMYK

 C value IS 0.07

 M value IS 0.76

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C634D5 (or 0xC634D5) is known color: Medium Orchid. HEX triplet: C6, 34 and D5. RGB value is (198,52,213). Sum of RGB (Red+Green+Blue) = 198+52+213=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 52 (20.70% from 255 or 11.23% from 463); Blue value is 213 (83.59% from 255 or 46.00% from 463); Max value from RGB is 213 - color contains mainly: blue. Hex color #C634D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C634D5 is #39CB2A. Grayscale: #717171. Windows color (decimal): -3787563 or 13972678. OLE color: 13972678.

HSL color Cylindrical-coordinate representation of color #C634D5: hue angle of 294.41º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C634D5 is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 52 213 -
CMYK 0.07 0.76 0 0.16
HSL 294.41º 0.66% 0.52% -
HSV(B) 294.41º 0.76% 0.84% -
XYZ 36.53 19.27 64.74 -
YUV 114.01 183.87 187.91 -
System Red Green Blue C M Y K H S L
Decimal 198 52 213 0.07 0.76 0 0.16 294.41 0.66 0.52
Hex C6 34 D5 7 4C 0 10 126 42 34
Octal 306 64 325 7 114 0 20 446 102 64
Binary 11000110 110100 11010101 111 1001100 0 10000 100100110 1000010 110100

Color Harmonies of #C634D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C634D5

Black with #C634D5

Text Example


Text Example

White with #C634D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C634D5; }

 p { color: rgb(198,52,213); }

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

background-color css

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

 a { background-color: rgb(198,52,213); }

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

border-color css

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

 span { border-color: rgb(198,52,213); }

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