Html Css Color HEX #C07ECA Orchid

📋 copy color: '#C07ECA'

red 192 ◦ green 126 ◦ blue 202

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

Shades of Orchid #C07ECA

Tints of Orchid #C07ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.85%

R = 36.92%
G = 24.23%
B = 38.85%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C07ECA (or 0xC07ECA) is known color: Orchid. HEX triplet: C0, 7E and CA. RGB value is (192,126,202). Sum of RGB (Red+Green+Blue) = 192+126+202=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 126 (49.61% from 255 or 24.23% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #C07ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07ECA is #3F8135. Grayscale: #9A9A9A. Windows color (decimal): -4161846 or 13270720. OLE color: 13270720.

HSL color Cylindrical-coordinate representation of color #C07ECA: hue angle of 292.11º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C07ECA is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 126 202 -
CMYK 0.05 0.38 0 0.21
HSL 292.11º 0.42% 0.64% -
HSV(B) 292.11º 0.38% 0.79% -
XYZ 39.86 30.39 59.64 -
YUV 154.4 154.87 154.82 -
System Red Green Blue C M Y K H S L
Decimal 192 126 202 0.05 0.38 0 0.21 292.11 0.42 0.64
Hex C0 7E CA 5 26 0 15 124 2A 40
Octal 300 176 312 5 46 0 25 444 52 100
Binary 11000000 1111110 11001010 101 100110 0 10101 100100100 101010 1000000

Color Harmonies of #C07ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07ECA

Black with #C07ECA

Text Example


Text Example

White with #C07ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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