Html Css Color HEX #C07ECB Orchid

📋 copy color: '#C07ECB'

red 192 ◦ green 126 ◦ blue 203

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

Shades of Orchid #C07ECB

Tints of Orchid #C07ECB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.18%

 BLUE value IS 203 (79.69% from 255) = 38.96%

R = 36.85%
G = 24.18%
B = 38.96%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C07ECB (or 0xC07ECB) is known color: Orchid. HEX triplet: C0, 7E and CB. RGB value is (192,126,203). Sum of RGB (Red+Green+Blue) = 192+126+203=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #C07ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07ECB is #3F8134. Grayscale: #9A9A9A. Windows color (decimal): -4161845 or 13336256. OLE color: 13336256.

HSL color Cylindrical-coordinate representation of color #C07ECB: hue angle of 291.43º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C07ECB is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 126 203 -
CMYK 0.05 0.38 0 0.20
HSL 291.43º 0.43% 0.65% -
HSV(B) 291.43º 0.38% 0.8% -
XYZ 39.98 30.44 60.27 -
YUV 154.51 155.37 154.74 -
System Red Green Blue C M Y K H S L
Decimal 192 126 203 0.05 0.38 0 0.20 291.43 0.43 0.65
Hex C0 7E CB 5 26 0 14 123 2B 41
Octal 300 176 313 5 46 0 24 443 53 101
Binary 11000000 1111110 11001011 101 100110 0 10100 100100011 101011 1000001

Color Harmonies of #C07ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07ECB

Black with #C07ECB

Text Example


Text Example

White with #C07ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07ECB; }

 p { color: rgb(192,126,203); }

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

background-color css

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

 a { background-color: rgb(192,126,203); }

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

border-color css

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

 span { border-color: rgb(192,126,203); }

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