Html Css Color HEX #C05CCB Medium Orchid

📋 copy color: '#C05CCB'

red 192 ◦ green 92 ◦ blue 203

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

Shades of Medium Orchid #C05CCB

Tints of Medium Orchid #C05CCB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.89%

 BLUE value IS 203 (79.69% from 255) = 41.68%

R = 39.43%
G = 18.89%
B = 41.68%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C05CCB (or 0xC05CCB) is known color: Medium Orchid. HEX triplet: C0, 5C and CB. RGB value is (192,92,203). Sum of RGB (Red+Green+Blue) = 192+92+203=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 92 (36.33% from 255 or 18.89% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #C05CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05CCB is #3FA334. Grayscale: #868686. Windows color (decimal): -4170549 or 13327552. OLE color: 13327552.

HSL color Cylindrical-coordinate representation of color #C05CCB: hue angle of 294.05º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C05CCB is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 92 203 -
CMYK 0.05 0.55 0 0.20
HSL 294.05º 0.52% 0.58% -
HSV(B) 294.05º 0.55% 0.8% -
XYZ 36.34 23.17 59.06 -
YUV 134.55 166.63 168.97 -
System Red Green Blue C M Y K H S L
Decimal 192 92 203 0.05 0.55 0 0.20 294.05 0.52 0.58
Hex C0 5C CB 5 37 0 14 126 34 3A
Octal 300 134 313 5 67 0 24 446 64 72
Binary 11000000 1011100 11001011 101 110111 0 10100 100100110 110100 111010

Color Harmonies of #C05CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05CCB

Black with #C05CCB

Text Example


Text Example

White with #C05CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05CCB; }

 p { color: rgb(192,92,203); }

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

background-color css

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

 a { background-color: rgb(192,92,203); }

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

border-color css

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

 span { border-color: rgb(192,92,203); }

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