Html Css Color HEX #C165CC Medium Orchid

📋 copy color: '#C165CC'

red 193 ◦ green 101 ◦ blue 204

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

Shades of Medium Orchid #C165CC

Tints of Medium Orchid #C165CC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.28%

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

R = 38.76%
G = 20.28%
B = 40.96%

CMYK

 C value IS 0.05

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C165CC (or 0xC165CC) is known color: Medium Orchid. HEX triplet: C1, 65 and CC. RGB value is (193,101,204). Sum of RGB (Red+Green+Blue) = 193+101+204=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 101 (39.84% from 255 or 20.28% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #C165CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C165CC is #3E9A33. Grayscale: #8B8B8B. Windows color (decimal): -4102708 or 13395393. OLE color: 13395393.

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

Color convert

RGB 193 101 204 -
CMYK 0.05 0.50 0 0.2
HSL 293.59º 0.5% 0.6% -
HSV(B) 293.59º 0.5% 0.8% -
XYZ 37.55 25 59.97 -
YUV 140.25 163.98 165.62 -
System Red Green Blue C M Y K H S L
Decimal 193 101 204 0.05 0.50 0 0.2 293.59 0.5 0.6
Hex C1 65 CC 5 32 0 14 126 32 3C
Octal 301 145 314 5 62 0 24 446 62 74
Binary 11000001 1100101 11001100 101 110010 0 10100 100100110 110010 111100

Color Harmonies of #C165CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C165CC

Black with #C165CC

Text Example


Text Example

White with #C165CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C165CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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