Html Css Color HEX #C07AC3 Orchid

📋 copy color: '#C07AC3'

red 192 ◦ green 122 ◦ blue 195

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

Shades of Orchid #C07AC3

Tints of Orchid #C07AC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.31%

R = 37.72%
G = 23.97%
B = 38.31%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C07AC3 (or 0xC07AC3) is known color: Orchid. HEX triplet: C0, 7A and C3. RGB value is (192,122,195). Sum of RGB (Red+Green+Blue) = 192+122+195=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 122 (48.05% from 255 or 23.97% from 509); Blue value is 195 (76.56% from 255 or 38.31% from 509); Max value from RGB is 195 - color contains mainly: blue. Hex color #C07AC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07AC3 is #3F853C. Grayscale: #979797. Windows color (decimal): -4162877 or 12810944. OLE color: 12810944.

HSL color Cylindrical-coordinate representation of color #C07AC3: hue angle of 297.53º degrees, saturation: 0.38, 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 #C07AC3 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 122 195 -
CMYK 0.02 0.37 0 0.24
HSL 297.53º 0.38% 0.62% -
HSV(B) 297.53º 0.37% 0.76% -
XYZ 38.55 29.07 55.21 -
YUV 151.25 152.69 157.06 -
System Red Green Blue C M Y K H S L
Decimal 192 122 195 0.02 0.37 0 0.24 297.53 0.38 0.62
Hex C0 7A C3 2 25 0 18 12A 26 3E
Octal 300 172 303 2 45 0 30 452 46 76
Binary 11000000 1111010 11000011 10 100101 0 11000 100101010 100110 111110

Color Harmonies of #C07AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07AC3

Black with #C07AC3

Text Example


Text Example

White with #C07AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07AC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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