Html Css Color HEX #C07ACD Orchid

📋 copy color: '#C07ACD'

red 192 ◦ green 122 ◦ blue 205

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

Shades of Orchid #C07ACD

Tints of Orchid #C07ACD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.51%

 BLUE value IS 205 (80.47% from 255) = 39.5%

R = 36.99%
G = 23.51%
B = 39.5%

CMYK

 C value IS 0.06

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C07ACD (or 0xC07ACD) is known color: Orchid. HEX triplet: C0, 7A and CD. RGB value is (192,122,205). Sum of RGB (Red+Green+Blue) = 192+122+205=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 122 (48.05% from 255 or 23.51% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 205 - color contains mainly: blue. Hex color #C07ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07ACD is #3F8532. Grayscale: #989898. Windows color (decimal): -4162867 or 13466304. OLE color: 13466304.

HSL color Cylindrical-coordinate representation of color #C07ACD: hue angle of 290.6º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C07ACD is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 122 205 -
CMYK 0.06 0.40 0 0.20
HSL 290.6º 0.45% 0.64% -
HSV(B) 290.6º 0.4% 0.8% -
XYZ 39.72 29.53 61.36 -
YUV 152.39 157.69 156.25 -
System Red Green Blue C M Y K H S L
Decimal 192 122 205 0.06 0.40 0 0.20 290.6 0.45 0.64
Hex C0 7A CD 6 28 0 14 123 2D 40
Octal 300 172 315 6 50 0 24 443 55 100
Binary 11000000 1111010 11001101 110 101000 0 10100 100100011 101101 1000000

Color Harmonies of #C07ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07ACD

Black with #C07ACD

Text Example


Text Example

White with #C07ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07ACD; }

 p { color: rgb(192,122,205); }

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

background-color css

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

 a { background-color: rgb(192,122,205); }

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

border-color css

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

 span { border-color: rgb(192,122,205); }

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