Html Css Color HEX #C168CF Medium Orchid

📋 copy color: '#C168CF'

red 193 ◦ green 104 ◦ blue 207

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

Shades of Medium Orchid #C168CF

Tints of Medium Orchid #C168CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.07%

R = 38.29%
G = 20.63%
B = 41.07%

CMYK

 C value IS 0.07

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C168CF (or 0xC168CF) is known color: Medium Orchid. HEX triplet: C1, 68 and CF. RGB value is (193,104,207). Sum of RGB (Red+Green+Blue) = 193+104+207=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 104 (41.02% from 255 or 20.63% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #C168CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C168CF is #3E9730. Grayscale: #8E8E8E. Windows color (decimal): -4101937 or 13592769. OLE color: 13592769.

HSL color Cylindrical-coordinate representation of color #C168CF: hue angle of 291.84º degrees, saturation: 0.52, 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 #C168CF is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 104 207 -
CMYK 0.07 0.50 0 0.19
HSL 291.84º 0.52% 0.61% -
HSV(B) 291.84º 0.5% 0.81% -
XYZ 38.21 25.74 61.99 -
YUV 142.35 164.49 164.12 -
System Red Green Blue C M Y K H S L
Decimal 193 104 207 0.07 0.50 0 0.19 291.84 0.52 0.61
Hex C1 68 CF 7 32 0 13 124 34 3D
Octal 301 150 317 7 62 0 23 444 64 75
Binary 11000001 1101000 11001111 111 110010 0 10011 100100100 110100 111101

Color Harmonies of #C168CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C168CF

Black with #C168CF

Text Example


Text Example

White with #C168CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C168CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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