Html Css Color HEX #C07ACB Orchid

📋 copy color: '#C07ACB'

red 192 ◦ green 122 ◦ blue 203

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

Shades of Orchid #C07ACB

Tints of Orchid #C07ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.26%

R = 37.14%
G = 23.6%
B = 39.26%

CMYK

 C value IS 0.05

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C07ACB (or 0xC07ACB) is known color: Orchid. HEX triplet: C0, 7A and CB. RGB value is (192,122,203). Sum of RGB (Red+Green+Blue) = 192+122+203=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 122 (48.05% from 255 or 23.60% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #C07ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07ACB is #3F8534. Grayscale: #979797. Windows color (decimal): -4162869 or 13335232. OLE color: 13335232.

HSL color Cylindrical-coordinate representation of color #C07ACB: hue angle of 291.85º degrees, saturation: 0.44, 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 #C07ACB is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 122 203 -
CMYK 0.05 0.40 0 0.20
HSL 291.85º 0.44% 0.64% -
HSV(B) 291.85º 0.4% 0.8% -
XYZ 39.48 29.44 60.1 -
YUV 152.16 156.69 156.41 -
System Red Green Blue C M Y K H S L
Decimal 192 122 203 0.05 0.40 0 0.20 291.85 0.44 0.64
Hex C0 7A CB 5 28 0 14 124 2C 40
Octal 300 172 313 5 50 0 24 444 54 100
Binary 11000000 1111010 11001011 101 101000 0 10100 100100100 101100 1000000

Color Harmonies of #C07ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07ACB

Black with #C07ACB

Text Example


Text Example

White with #C07ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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