Html Css Color HEX #C07CBF Orchid

📋 copy color: '#C07CBF'

red 192 ◦ green 124 ◦ blue 191

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

Shades of Orchid #C07CBF

Tints of Orchid #C07CBF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.46%

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

R = 37.87%
G = 24.46%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C07CBF (or 0xC07CBF) is known color: Orchid. HEX triplet: C0, 7C and BF. RGB value is (192,124,191). Sum of RGB (Red+Green+Blue) = 192+124+191=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 124 (48.83% from 255 or 24.46% from 507); Blue value is 191 (75% from 255 or 37.67% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C07CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07CBF is #3F8340. Grayscale: #979797. Windows color (decimal): -4162369 or 12549312. OLE color: 12549312.

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

Color convert

RGB 192 124 191 -
CMYK 0 0.35 0.01 0.25
HSL 300.88º 0.35% 0.62% -
HSV(B) 300.88º 0.35% 0.75% -
XYZ 38.35 29.38 52.94 -
YUV 151.97 150.03 156.55 -
System Red Green Blue C M Y K H S L
Decimal 192 124 191 0 0.35 0.01 0.25 300.88 0.35 0.62
Hex C0 7C BF 0 23 1 19 12D 23 3E
Octal 300 174 277 0 43 1 31 455 43 76
Binary 11000000 1111100 10111111 0 100011 1 11001 100101101 100011 111110

Color Harmonies of #C07CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07CBF

Black with #C07CBF

Text Example


Text Example

White with #C07CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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