Html Css Color HEX #C162CC Medium Orchid

📋 copy color: '#C162CC'

red 193 ◦ green 98 ◦ blue 204

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

Shades of Medium Orchid #C162CC

Tints of Medium Orchid #C162CC

RGB

 RED value IS 193 (75.78% from 255) = 38.99%

 GREEN value IS 98 (38.67% from 255) = 19.8%

 BLUE value IS 204 (80.08% from 255) = 41.21%

R = 38.99%
G = 19.8%
B = 41.21%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C162CC (or 0xC162CC) is known color: Medium Orchid. HEX triplet: C1, 62 and CC. RGB value is (193,98,204). Sum of RGB (Red+Green+Blue) = 193+98+204=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 98 (38.67% from 255 or 19.80% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #C162CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C162CC is #3E9D33. Grayscale: #8A8A8A. Windows color (decimal): -4103476 or 13394625. OLE color: 13394625.

HSL color Cylindrical-coordinate representation of color #C162CC: hue angle of 293.77º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C162CC is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 193 98 204 -
CMYK 0.05 0.52 0 0.2
HSL 293.77º 0.51% 0.59% -
HSV(B) 293.77º 0.52% 0.8% -
XYZ 37.26 24.43 59.88 -
YUV 138.49 164.97 166.88 -
System Red Green Blue C M Y K H S L
Decimal 193 98 204 0.05 0.52 0 0.2 293.77 0.51 0.59
Hex C1 62 CC 5 34 0 14 126 33 3B
Octal 301 142 314 5 64 0 24 446 63 73
Binary 11000001 1100010 11001100 101 110100 0 10100 100100110 110011 111011

Color Harmonies of #C162CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C162CC

Black with #C162CC

Text Example


Text Example

White with #C162CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C162CC; }

 p { color: rgb(193,98,204); }

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

background-color css

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

 a { background-color: rgb(193,98,204); }

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

border-color css

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

 span { border-color: rgb(193,98,204); }

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