Html Css Color HEX #C067CA Medium Orchid

📋 copy color: '#C067CA'

red 192 ◦ green 103 ◦ blue 202

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

Shades of Medium Orchid #C067CA

Tints of Medium Orchid #C067CA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 20.72%

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

R = 38.63%
G = 20.72%
B = 40.64%

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

#C067CA (or 0xC067CA) is known color: Medium Orchid. HEX triplet: C0, 67 and CA. RGB value is (192,103,202). Sum of RGB (Red+Green+Blue) = 192+103+202=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 103 (40.62% from 255 or 20.72% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #C067CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C067CA is #3F9835. Grayscale: #8C8C8C. Windows color (decimal): -4167734 or 13264832. OLE color: 13264832.

HSL color Cylindrical-coordinate representation of color #C067CA: hue angle of 293.94º 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 #C067CA is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 103 202 -
CMYK 0.05 0.49 0 0.21
HSL 293.94º 0.48% 0.6% -
HSV(B) 293.94º 0.49% 0.79% -
XYZ 37.25 25.17 58.77 -
YUV 140.9 162.49 164.45 -
System Red Green Blue C M Y K H S L
Decimal 192 103 202 0.05 0.49 0 0.21 293.94 0.48 0.6
Hex C0 67 CA 5 31 0 15 126 30 3C
Octal 300 147 312 5 61 0 25 446 60 74
Binary 11000000 1100111 11001010 101 110001 0 10101 100100110 110000 111100

Color Harmonies of #C067CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C067CA

Black with #C067CA

Text Example


Text Example

White with #C067CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C067CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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