Html Css Color HEX #C073CA Orchid

📋 copy color: '#C073CA'

red 192 ◦ green 115 ◦ blue 202

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

Shades of Orchid #C073CA

Tints of Orchid #C073CA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.59%

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

R = 37.72%
G = 22.59%
B = 39.69%

CMYK

 C value IS 0.05

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C073CA (or 0xC073CA) is known color: Orchid. HEX triplet: C0, 73 and CA. RGB value is (192,115,202). Sum of RGB (Red+Green+Blue) = 192+115+202=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 115 (45.31% from 255 or 22.59% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #C073CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C073CA is #3F8C35. Grayscale: #939393. Windows color (decimal): -4164662 or 13267904. OLE color: 13267904.

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

Color convert

RGB 192 115 202 -
CMYK 0.05 0.43 0 0.21
HSL 293.1º 0.45% 0.62% -
HSV(B) 293.1º 0.43% 0.79% -
XYZ 38.53 27.73 59.2 -
YUV 147.94 158.51 159.43 -
System Red Green Blue C M Y K H S L
Decimal 192 115 202 0.05 0.43 0 0.21 293.1 0.45 0.62
Hex C0 73 CA 5 2B 0 15 125 2D 3E
Octal 300 163 312 5 53 0 25 445 55 76
Binary 11000000 1110011 11001010 101 101011 0 10101 100100101 101101 111110

Color Harmonies of #C073CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C073CA

Black with #C073CA

Text Example


Text Example

White with #C073CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C073CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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