Html Css Color HEX #C07FC3 Orchid

📋 copy color: '#C07FC3'

red 192 ◦ green 127 ◦ blue 195

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

Shades of Orchid #C07FC3

Tints of Orchid #C07FC3

RGB

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

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

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

R = 37.35%
G = 24.71%
B = 37.94%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C07FC3 (or 0xC07FC3) is known color: Orchid. HEX triplet: C0, 7F and C3. RGB value is (192,127,195). Sum of RGB (Red+Green+Blue) = 192+127+195=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 127 (50% from 255 or 24.71% from 514); Blue value is 195 (76.56% from 255 or 37.94% from 514); Max value from RGB is 195 - color contains mainly: blue. Hex color #C07FC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07FC3 is #3F803C. Grayscale: #999999. Windows color (decimal): -4161597 or 12812224. OLE color: 12812224.

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

Color convert

RGB 192 127 195 -
CMYK 0.02 0.35 0 0.24
HSL 297.35º 0.36% 0.63% -
HSV(B) 297.35º 0.35% 0.76% -
XYZ 39.18 30.33 55.42 -
YUV 154.19 151.03 154.97 -
System Red Green Blue C M Y K H S L
Decimal 192 127 195 0.02 0.35 0 0.24 297.35 0.36 0.63
Hex C0 7F C3 2 23 0 18 129 24 3F
Octal 300 177 303 2 43 0 30 451 44 77
Binary 11000000 1111111 11000011 10 100011 0 11000 100101001 100100 111111

Color Harmonies of #C07FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07FC3

Black with #C07FC3

Text Example


Text Example

White with #C07FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07FC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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