Html Css Color HEX #C07ABE Orchid

📋 copy color: '#C07ABE'

red 192 ◦ green 122 ◦ blue 190

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

Shades of Orchid #C07ABE

Tints of Orchid #C07ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.7%

R = 38.1%
G = 24.21%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C07ABE (or 0xC07ABE) is known color: Orchid. HEX triplet: C0, 7A and BE. RGB value is (192,122,190). Sum of RGB (Red+Green+Blue) = 192+122+190=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 122 (48.05% from 255 or 24.21% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 192 - color contains mainly: red. Hex color #C07ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07ABE is #3F8541. Grayscale: #969696. Windows color (decimal): -4162882 or 12483264. OLE color: 12483264.

HSL color Cylindrical-coordinate representation of color #C07ABE: hue angle of 301.71º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C07ABE is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 122 190 -
CMYK 0 0.36 0.01 0.25
HSL 301.71º 0.36% 0.62% -
HSV(B) 301.71º 0.36% 0.75% -
XYZ 37.99 28.84 52.28 -
YUV 150.68 150.19 157.47 -
System Red Green Blue C M Y K H S L
Decimal 192 122 190 0 0.36 0.01 0.25 301.71 0.36 0.62
Hex C0 7A BE 0 24 1 19 12E 24 3E
Octal 300 172 276 0 44 1 31 456 44 76
Binary 11000000 1111010 10111110 0 100100 1 11001 100101110 100100 111110

Color Harmonies of #C07ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07ABE

Black with #C07ABE

Text Example


Text Example

White with #C07ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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