Html Css Color HEX #C168EA Medium Orchid

📋 copy color: '#C168EA'

red 193 ◦ green 104 ◦ blue 234

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

Shades of Medium Orchid #C168EA

Tints of Medium Orchid #C168EA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.59%

 BLUE value IS 234 (91.8% from 255) = 44.07%

R = 36.35%
G = 19.59%
B = 44.07%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C168EA (or 0xC168EA) is known color: Medium Orchid. HEX triplet: C1, 68 and EA. RGB value is (193,104,234). Sum of RGB (Red+Green+Blue) = 193+104+234=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 104 (41.02% from 255 or 19.59% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #C168EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C168EA is #3E9715. Grayscale: #919191. Windows color (decimal): -4101910 or 15362241. OLE color: 15362241.

HSL color Cylindrical-coordinate representation of color #C168EA: hue angle of 281.08º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C168EA is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 104 234 -
CMYK 0.18 0.56 0 0.08
HSL 281.08º 0.76% 0.66% -
HSV(B) 281.08º 0.56% 0.92% -
XYZ 41.79 27.18 80.89 -
YUV 145.43 177.99 161.93 -
System Red Green Blue C M Y K H S L
Decimal 193 104 234 0.18 0.56 0 0.08 281.08 0.76 0.66
Hex C1 68 EA 12 38 0 8 119 4C 42
Octal 301 150 352 22 70 0 10 431 114 102
Binary 11000001 1101000 11101010 10010 111000 0 1000 100011001 1001100 1000010

Color Harmonies of #C168EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C168EA

Black with #C168EA

Text Example


Text Example

White with #C168EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C168EA; }

 p { color: rgb(193,104,234); }

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

background-color css

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

 a { background-color: rgb(193,104,234); }

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

border-color css

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

 span { border-color: rgb(193,104,234); }

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