Html Css Color HEX #C07ECF Orchid

📋 copy color: '#C07ECF'

red 192 ◦ green 126 ◦ blue 207

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

Shades of Orchid #C07ECF

Tints of Orchid #C07ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.43%

R = 36.57%
G = 24%
B = 39.43%

CMYK

 C value IS 0.07

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C07ECF (or 0xC07ECF) is known color: Orchid. HEX triplet: C0, 7E and CF. RGB value is (192,126,207). Sum of RGB (Red+Green+Blue) = 192+126+207=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 126 (49.61% from 255 or 24% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #C07ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07ECF is #3F8130. Grayscale: #9A9A9A. Windows color (decimal): -4161841 or 13598400. OLE color: 13598400.

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

Color convert

RGB 192 126 207 -
CMYK 0.07 0.39 0 0.19
HSL 288.89º 0.46% 0.65% -
HSV(B) 288.89º 0.39% 0.81% -
XYZ 40.46 30.63 62.81 -
YUV 154.97 157.37 154.41 -
System Red Green Blue C M Y K H S L
Decimal 192 126 207 0.07 0.39 0 0.19 288.89 0.46 0.65
Hex C0 7E CF 7 27 0 13 121 2E 41
Octal 300 176 317 7 47 0 23 441 56 101
Binary 11000000 1111110 11001111 111 100111 0 10011 100100001 101110 1000001

Color Harmonies of #C07ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07ECF

Black with #C07ECF

Text Example


Text Example

White with #C07ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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