Html Css Color HEX #C07CC4 Orchid

📋 copy color: '#C07CC4'

red 192 ◦ green 124 ◦ blue 196

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

Shades of Orchid #C07CC4

Tints of Orchid #C07CC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.28%

R = 37.5%
G = 24.22%
B = 38.28%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#C07CC4 (or 0xC07CC4) is known color: Orchid. HEX triplet: C0, 7C and C4. RGB value is (192,124,196). Sum of RGB (Red+Green+Blue) = 192+124+196=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 124 (48.83% from 255 or 24.22% from 512); Blue value is 196 (76.95% from 255 or 38.28% from 512); Max value from RGB is 196 - color contains mainly: blue. Hex color #C07CC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07CC4 is #3F833B. Grayscale: #989898. Windows color (decimal): -4162364 or 12876992. OLE color: 12876992.

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

Color convert

RGB 192 124 196 -
CMYK 0.02 0.37 0 0.23
HSL 296.67º 0.38% 0.63% -
HSV(B) 296.67º 0.37% 0.77% -
XYZ 38.91 29.61 55.89 -
YUV 152.54 152.53 156.15 -
System Red Green Blue C M Y K H S L
Decimal 192 124 196 0.02 0.37 0 0.23 296.67 0.38 0.63
Hex C0 7C C4 2 25 0 17 129 26 3F
Octal 300 174 304 2 45 0 27 451 46 77
Binary 11000000 1111100 11000100 10 100101 0 10111 100101001 100110 111111

Color Harmonies of #C07CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07CC4

Black with #C07CC4

Text Example


Text Example

White with #C07CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07CC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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