Html Css Color HEX #C05BCF Medium Orchid

📋 copy color: '#C05BCF'

red 192 ◦ green 91 ◦ blue 207

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

Shades of Medium Orchid #C05BCF

Tints of Medium Orchid #C05BCF

RGB

 RED value IS 192 (75.39% from 255) = 39.18%

 GREEN value IS 91 (35.94% from 255) = 18.57%

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

R = 39.18%
G = 18.57%
B = 42.24%

CMYK

 C value IS 0.07

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C05BCF (or 0xC05BCF) is known color: Medium Orchid. HEX triplet: C0, 5B and CF. RGB value is (192,91,207). Sum of RGB (Red+Green+Blue) = 192+91+207=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 91 (35.94% from 255 or 18.57% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #C05BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05BCF is #3FA430. Grayscale: #868686. Windows color (decimal): -4170801 or 13589440. OLE color: 13589440.

HSL color Cylindrical-coordinate representation of color #C05BCF: hue angle of 292.24º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C05BCF is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 91 207 -
CMYK 0.07 0.56 0 0.19
HSL 292.24º 0.55% 0.58% -
HSV(B) 292.24º 0.56% 0.81% -
XYZ 36.74 23.19 61.57 -
YUV 134.42 168.96 169.07 -
System Red Green Blue C M Y K H S L
Decimal 192 91 207 0.07 0.56 0 0.19 292.24 0.55 0.58
Hex C0 5B CF 7 38 0 13 124 37 3A
Octal 300 133 317 7 70 0 23 444 67 72
Binary 11000000 1011011 11001111 111 111000 0 10011 100100100 110111 111010

Color Harmonies of #C05BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05BCF

Black with #C05BCF

Text Example


Text Example

White with #C05BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05BCF; }

 p { color: rgb(192,91,207); }

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

background-color css

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

 a { background-color: rgb(192,91,207); }

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

border-color css

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

 span { border-color: rgb(192,91,207); }

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