Html Css Color HEX #C068CA Medium Orchid

📋 copy color: '#C068CA'

red 192 ◦ green 104 ◦ blue 202

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

Shades of Medium Orchid #C068CA

Tints of Medium Orchid #C068CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.56%

R = 38.55%
G = 20.88%
B = 40.56%

CMYK

 C value IS 0.05

 M value IS 0.49

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C068CA (or 0xC068CA) is known color: Medium Orchid. HEX triplet: C0, 68 and CA. RGB value is (192,104,202). Sum of RGB (Red+Green+Blue) = 192+104+202=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 104 (41.02% from 255 or 20.88% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #C068CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C068CA is #3F9735. Grayscale: #8D8D8D. Windows color (decimal): -4167478 or 13265088. OLE color: 13265088.

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

Color convert

RGB 192 104 202 -
CMYK 0.05 0.49 0 0.21
HSL 293.88º 0.48% 0.6% -
HSV(B) 293.88º 0.49% 0.79% -
XYZ 37.35 25.37 58.81 -
YUV 141.48 162.15 164.03 -
System Red Green Blue C M Y K H S L
Decimal 192 104 202 0.05 0.49 0 0.21 293.88 0.48 0.6
Hex C0 68 CA 5 31 0 15 126 30 3C
Octal 300 150 312 5 61 0 25 446 60 74
Binary 11000000 1101000 11001010 101 110001 0 10101 100100110 110000 111100

Color Harmonies of #C068CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C068CA

Black with #C068CA

Text Example


Text Example

White with #C068CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C068CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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