Html Css Color HEX #C07ABF Orchid

📋 copy color: '#C07ABF'

red 192 ◦ green 122 ◦ blue 191

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

Shades of Orchid #C07ABF

Tints of Orchid #C07ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.82%

R = 38.02%
G = 24.16%
B = 37.82%

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

#C07ABF (or 0xC07ABF) is known color: Orchid. HEX triplet: C0, 7A and BF. RGB value is (192,122,191). Sum of RGB (Red+Green+Blue) = 192+122+191=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 122 (48.05% from 255 or 24.16% from 505); Blue value is 191 (75% from 255 or 37.82% from 505); Max value from RGB is 192 - color contains mainly: red. Hex color #C07ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07ABF is #3F8540. Grayscale: #969696. Windows color (decimal): -4162881 or 12548800. OLE color: 12548800.

HSL color Cylindrical-coordinate representation of color #C07ABF: hue angle of 300.86º 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 #C07ABF is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 122 191 -
CMYK 0 0.36 0.01 0.25
HSL 300.86º 0.36% 0.62% -
HSV(B) 300.86º 0.36% 0.75% -
XYZ 38.1 28.89 52.86 -
YUV 150.8 150.69 157.39 -
System Red Green Blue C M Y K H S L
Decimal 192 122 191 0 0.36 0.01 0.25 300.86 0.36 0.62
Hex C0 7A BF 0 24 1 19 12D 24 3E
Octal 300 172 277 0 44 1 31 455 44 76
Binary 11000000 1111010 10111111 0 100100 1 11001 100101101 100100 111110

Color Harmonies of #C07ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07ABF

Black with #C07ABF

Text Example


Text Example

White with #C07ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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