Html Css Color HEX #C07CC2 Orchid

📋 copy color: '#C07CC2'

red 192 ◦ green 124 ◦ blue 194

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

Shades of Orchid #C07CC2

Tints of Orchid #C07CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.04%

R = 37.65%
G = 24.31%
B = 38.04%

CMYK

 C value IS 0.01

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C07CC2 (or 0xC07CC2) is known color: Orchid. HEX triplet: C0, 7C and C2. RGB value is (192,124,194). Sum of RGB (Red+Green+Blue) = 192+124+194=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 124 (48.83% from 255 or 24.31% from 510); Blue value is 194 (76.17% from 255 or 38.04% from 510); Max value from RGB is 194 - color contains mainly: blue. Hex color #C07CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07CC2 is #3F833D. Grayscale: #989898. Windows color (decimal): -4162366 or 12745920. OLE color: 12745920.

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

Color convert

RGB 192 124 194 -
CMYK 0.01 0.36 0 0.24
HSL 298.29º 0.36% 0.62% -
HSV(B) 298.29º 0.36% 0.76% -
XYZ 38.68 29.52 54.7 -
YUV 152.31 151.53 156.31 -
System Red Green Blue C M Y K H S L
Decimal 192 124 194 0.01 0.36 0 0.24 298.29 0.36 0.62
Hex C0 7C C2 1 24 0 18 12A 24 3E
Octal 300 174 302 1 44 0 30 452 44 76
Binary 11000000 1111100 11000010 1 100100 0 11000 100101010 100100 111110

Color Harmonies of #C07CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07CC2

Black with #C07CC2

Text Example


Text Example

White with #C07CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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