Html Css Color HEX #C068CB Medium Orchid

📋 copy color: '#C068CB'

red 192 ◦ green 104 ◦ blue 203

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

Shades of Medium Orchid #C068CB

Tints of Medium Orchid #C068CB

RGB

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

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

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

R = 38.48%
G = 20.84%
B = 40.68%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C068CB (or 0xC068CB) is known color: Medium Orchid. HEX triplet: C0, 68 and CB. RGB value is (192,104,203). Sum of RGB (Red+Green+Blue) = 192+104+203=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 104 (41.02% from 255 or 20.84% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #C068CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C068CB is #3F9734. Grayscale: #8D8D8D. Windows color (decimal): -4167477 or 13330624. OLE color: 13330624.

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

Color convert

RGB 192 104 203 -
CMYK 0.05 0.49 0 0.20
HSL 293.33º 0.49% 0.6% -
HSV(B) 293.33º 0.49% 0.8% -
XYZ 37.47 25.42 59.43 -
YUV 141.6 162.65 163.95 -
System Red Green Blue C M Y K H S L
Decimal 192 104 203 0.05 0.49 0 0.20 293.33 0.49 0.6
Hex C0 68 CB 5 31 0 14 125 31 3C
Octal 300 150 313 5 61 0 24 445 61 74
Binary 11000000 1101000 11001011 101 110001 0 10100 100100101 110001 111100

Color Harmonies of #C068CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C068CB

Black with #C068CB

Text Example


Text Example

White with #C068CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C068CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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