Html Css Color HEX #C07FC5 Orchid

📋 copy color: '#C07FC5'

red 192 ◦ green 127 ◦ blue 197

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

Shades of Orchid #C07FC5

Tints of Orchid #C07FC5

RGB

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

 GREEN value IS 127 (50% from 255) = 24.61%

 BLUE value IS 197 (77.34% from 255) = 38.18%

R = 37.21%
G = 24.61%
B = 38.18%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C07FC5 (or 0xC07FC5) is known color: Orchid. HEX triplet: C0, 7F and C5. RGB value is (192,127,197). Sum of RGB (Red+Green+Blue) = 192+127+197=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 127 (50% from 255 or 24.61% from 516); Blue value is 197 (77.34% from 255 or 38.18% from 516); Max value from RGB is 197 - color contains mainly: blue. Hex color #C07FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07FC5 is #3F803A. Grayscale: #9A9A9A. Windows color (decimal): -4161595 or 12943296. OLE color: 12943296.

HSL color Cylindrical-coordinate representation of color #C07FC5: hue angle of 295.71º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C07FC5 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 192 127 197 -
CMYK 0.03 0.36 0 0.23
HSL 295.71º 0.38% 0.64% -
HSV(B) 295.71º 0.36% 0.77% -
XYZ 39.41 30.42 56.62 -
YUV 154.42 152.03 154.81 -
System Red Green Blue C M Y K H S L
Decimal 192 127 197 0.03 0.36 0 0.23 295.71 0.38 0.64
Hex C0 7F C5 3 24 0 17 128 26 40
Octal 300 177 305 3 44 0 27 450 46 100
Binary 11000000 1111111 11000101 11 100100 0 10111 100101000 100110 1000000

Color Harmonies of #C07FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07FC5

Black with #C07FC5

Text Example


Text Example

White with #C07FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07FC5; }

 p { color: rgb(192,127,197); }

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

background-color css

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

 a { background-color: rgb(192,127,197); }

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

border-color css

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

 span { border-color: rgb(192,127,197); }

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