Html Css Color HEX #C07CCE Orchid

📋 copy color: '#C07CCE'

red 192 ◦ green 124 ◦ blue 206

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

Shades of Orchid #C07CCE

Tints of Orchid #C07CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.46%

R = 36.78%
G = 23.75%
B = 39.46%

CMYK

 C value IS 0.07

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C07CCE (or 0xC07CCE) is known color: Orchid. HEX triplet: C0, 7C and CE. RGB value is (192,124,206). Sum of RGB (Red+Green+Blue) = 192+124+206=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 124 (48.83% from 255 or 23.75% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #C07CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07CCE is #3F8331. Grayscale: #999999. Windows color (decimal): -4162354 or 13532352. OLE color: 13532352.

HSL color Cylindrical-coordinate representation of color #C07CCE: hue angle of 289.76º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C07CCE is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 124 206 -
CMYK 0.07 0.40 0 0.19
HSL 289.76º 0.46% 0.65% -
HSV(B) 289.76º 0.4% 0.81% -
XYZ 40.09 30.08 62.09 -
YUV 153.68 157.53 155.33 -
System Red Green Blue C M Y K H S L
Decimal 192 124 206 0.07 0.40 0 0.19 289.76 0.46 0.65
Hex C0 7C CE 7 28 0 13 122 2E 41
Octal 300 174 316 7 50 0 23 442 56 101
Binary 11000000 1111100 11001110 111 101000 0 10011 100100010 101110 1000001

Color Harmonies of #C07CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07CCE

Black with #C07CCE

Text Example


Text Example

White with #C07CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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