Html Css Color HEX #C167CE Medium Orchid

📋 copy color: '#C167CE'

red 193 ◦ green 103 ◦ blue 206

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

Shades of Medium Orchid #C167CE

Tints of Medium Orchid #C167CE

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.52%

 BLUE value IS 206 (80.86% from 255) = 41.04%

R = 38.45%
G = 20.52%
B = 41.04%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C167CE (or 0xC167CE) is known color: Medium Orchid. HEX triplet: C1, 67 and CE. RGB value is (193,103,206). Sum of RGB (Red+Green+Blue) = 193+103+206=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 103 (40.62% from 255 or 20.52% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #C167CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C167CE is #3E9831. Grayscale: #8D8D8D. Windows color (decimal): -4102194 or 13526977. OLE color: 13526977.

HSL color Cylindrical-coordinate representation of color #C167CE: hue angle of 292.43º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C167CE is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 103 206 -
CMYK 0.06 0.50 0 0.19
HSL 292.43º 0.51% 0.61% -
HSV(B) 292.43º 0.5% 0.81% -
XYZ 37.98 25.49 61.31 -
YUV 141.65 164.32 164.62 -
System Red Green Blue C M Y K H S L
Decimal 193 103 206 0.06 0.50 0 0.19 292.43 0.51 0.61
Hex C1 67 CE 6 32 0 13 124 33 3D
Octal 301 147 316 6 62 0 23 444 63 75
Binary 11000001 1100111 11001110 110 110010 0 10011 100100100 110011 111101

Color Harmonies of #C167CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C167CE

Black with #C167CE

Text Example


Text Example

White with #C167CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C167CE; }

 p { color: rgb(193,103,206); }

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

background-color css

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

 a { background-color: rgb(193,103,206); }

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

border-color css

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

 span { border-color: rgb(193,103,206); }

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