Html Css Color HEX #C07CC1 Orchid

📋 copy color: '#C07CC1'

red 192 ◦ green 124 ◦ blue 193

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

Shades of Orchid #C07CC1

Tints of Orchid #C07CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.92%

R = 37.72%
G = 24.36%
B = 37.92%

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

#C07CC1 (or 0xC07CC1) is known color: Orchid. HEX triplet: C0, 7C and C1. RGB value is (192,124,193). Sum of RGB (Red+Green+Blue) = 192+124+193=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 193 (75.78% from 255 or 37.92% from 509); Max value from RGB is 193 - color contains mainly: blue. Hex color #C07CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07CC1 is #3F833E. Grayscale: #979797. Windows color (decimal): -4162367 or 12680384. OLE color: 12680384.

HSL color Cylindrical-coordinate representation of color #C07CC1: hue angle of 299.13º 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 #C07CC1 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 124 193 -
CMYK 0.01 0.36 0 0.24
HSL 299.13º 0.36% 0.62% -
HSV(B) 299.13º 0.36% 0.76% -
XYZ 38.57 29.47 54.11 -
YUV 152.2 151.03 156.39 -
System Red Green Blue C M Y K H S L
Decimal 192 124 193 0.01 0.36 0 0.24 299.13 0.36 0.62
Hex C0 7C C1 1 24 0 18 12B 24 3E
Octal 300 174 301 1 44 0 30 453 44 76
Binary 11000000 1111100 11000001 1 100100 0 11000 100101011 100100 111110

Color Harmonies of #C07CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07CC1

Black with #C07CC1

Text Example


Text Example

White with #C07CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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