Html Css Color HEX #C06CCA Medium Orchid

📋 copy color: '#C06CCA'

red 192 ◦ green 108 ◦ blue 202

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

Shades of Medium Orchid #C06CCA

Tints of Medium Orchid #C06CCA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.51%

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

R = 38.25%
G = 21.51%
B = 40.24%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C06CCA (or 0xC06CCA) is known color: Medium Orchid. HEX triplet: C0, 6C and CA. RGB value is (192,108,202). Sum of RGB (Red+Green+Blue) = 192+108+202=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #C06CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06CCA is #3F9335. Grayscale: #8F8F8F. Windows color (decimal): -4166454 or 13266112. OLE color: 13266112.

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

Color convert

RGB 192 108 202 -
CMYK 0.05 0.47 0 0.21
HSL 293.62º 0.47% 0.61% -
HSV(B) 293.62º 0.47% 0.79% -
XYZ 37.76 26.2 58.94 -
YUV 143.83 160.83 162.36 -
System Red Green Blue C M Y K H S L
Decimal 192 108 202 0.05 0.47 0 0.21 293.62 0.47 0.61
Hex C0 6C CA 5 2F 0 15 126 2F 3D
Octal 300 154 312 5 57 0 25 446 57 75
Binary 11000000 1101100 11001010 101 101111 0 10101 100100110 101111 111101

Color Harmonies of #C06CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06CCA

Black with #C06CCA

Text Example


Text Example

White with #C06CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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