Html Css Color HEX #C07CCC Orchid

📋 copy color: '#C07CCC'

red 192 ◦ green 124 ◦ blue 204

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

Shades of Orchid #C07CCC

Tints of Orchid #C07CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.23%

R = 36.92%
G = 23.85%
B = 39.23%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C07CCC (or 0xC07CCC) is known color: Orchid. HEX triplet: C0, 7C and CC. RGB value is (192,124,204). Sum of RGB (Red+Green+Blue) = 192+124+204=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 124 (48.83% from 255 or 23.85% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #C07CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07CCC is #3F8333. Grayscale: #999999. Windows color (decimal): -4162356 or 13401280. OLE color: 13401280.

HSL color Cylindrical-coordinate representation of color #C07CCC: hue angle of 291º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C07CCC is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 124 204 -
CMYK 0.06 0.39 0 0.2
HSL 291º 0.44% 0.64% -
HSV(B) 291º 0.39% 0.8% -
XYZ 39.84 29.98 60.81 -
YUV 153.45 156.53 155.5 -
System Red Green Blue C M Y K H S L
Decimal 192 124 204 0.06 0.39 0 0.2 291 0.44 0.64
Hex C0 7C CC 6 27 0 14 123 2C 40
Octal 300 174 314 6 47 0 24 443 54 100
Binary 11000000 1111100 11001100 110 100111 0 10100 100100011 101100 1000000

Color Harmonies of #C07CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07CCC

Black with #C07CCC

Text Example


Text Example

White with #C07CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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