Html Css Color HEX #C07AC7 Orchid

📋 copy color: '#C07AC7'

red 192 ◦ green 122 ◦ blue 199

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

Shades of Orchid #C07AC7

Tints of Orchid #C07AC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.79%

R = 37.43%
G = 23.78%
B = 38.79%

CMYK

 C value IS 0.04

 M value IS 0.39

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C07AC7 (or 0xC07AC7) is known color: Orchid. HEX triplet: C0, 7A and C7. RGB value is (192,122,199). Sum of RGB (Red+Green+Blue) = 192+122+199=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 122 (48.05% from 255 or 23.78% from 513); Blue value is 199 (78.12% from 255 or 38.79% from 513); Max value from RGB is 199 - color contains mainly: blue. Hex color #C07AC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07AC7 is #3F8538. Grayscale: #979797. Windows color (decimal): -4162873 or 13073088. OLE color: 13073088.

HSL color Cylindrical-coordinate representation of color #C07AC7: hue angle of 294.55º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C07AC7 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 122 199 -
CMYK 0.04 0.39 0 0.22
HSL 294.55º 0.41% 0.63% -
HSV(B) 294.55º 0.39% 0.78% -
XYZ 39.01 29.25 57.62 -
YUV 151.71 154.69 156.74 -
System Red Green Blue C M Y K H S L
Decimal 192 122 199 0.04 0.39 0 0.22 294.55 0.41 0.63
Hex C0 7A C7 4 27 0 16 127 29 3F
Octal 300 172 307 4 47 0 26 447 51 77
Binary 11000000 1111010 11000111 100 100111 0 10110 100100111 101001 111111

Color Harmonies of #C07AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07AC7

Black with #C07AC7

Text Example


Text Example

White with #C07AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07AC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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