Html Css Color HEX #C07AC1 Orchid

📋 copy color: '#C07AC1'

red 192 ◦ green 122 ◦ blue 193

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

Shades of Orchid #C07AC1

Tints of Orchid #C07AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.07%

R = 37.87%
G = 24.06%
B = 38.07%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C07AC1 (or 0xC07AC1) is known color: Orchid. HEX triplet: C0, 7A and C1. RGB value is (192,122,193). Sum of RGB (Red+Green+Blue) = 192+122+193=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 122 (48.05% from 255 or 24.06% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 193 - color contains mainly: blue. Hex color #C07AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07AC1 is #3F853E. Grayscale: #969696. Windows color (decimal): -4162879 or 12679872. OLE color: 12679872.

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

Color convert

RGB 192 122 193 -
CMYK 0.01 0.37 0 0.24
HSL 299.15º 0.36% 0.62% -
HSV(B) 299.15º 0.37% 0.76% -
XYZ 38.32 28.98 54.03 -
YUV 151.02 151.69 157.23 -
System Red Green Blue C M Y K H S L
Decimal 192 122 193 0.01 0.37 0 0.24 299.15 0.36 0.62
Hex C0 7A C1 1 25 0 18 12B 24 3E
Octal 300 172 301 1 45 0 30 453 44 76
Binary 11000000 1111010 11000001 1 100101 0 11000 100101011 100100 111110

Color Harmonies of #C07AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07AC1

Black with #C07AC1

Text Example


Text Example

White with #C07AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07AC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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