Html Css Color HEX #C07FCA Orchid

📋 copy color: '#C07FCA'

red 192 ◦ green 127 ◦ blue 202

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

Shades of Orchid #C07FCA

Tints of Orchid #C07FCA

RGB

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

 GREEN value IS 127 (50% from 255) = 24.38%

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

R = 36.85%
G = 24.38%
B = 38.77%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C07FCA (or 0xC07FCA) is known color: Orchid. HEX triplet: C0, 7F and CA. RGB value is (192,127,202). Sum of RGB (Red+Green+Blue) = 192+127+202=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 127 (50% from 255 or 24.38% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #C07FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07FCA is #3F8035. Grayscale: #9A9A9A. Windows color (decimal): -4161590 or 13270976. OLE color: 13270976.

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

Color convert

RGB 192 127 202 -
CMYK 0.05 0.37 0 0.21
HSL 292º 0.41% 0.65% -
HSV(B) 292º 0.37% 0.79% -
XYZ 39.99 30.65 59.69 -
YUV 154.99 154.53 154.4 -
System Red Green Blue C M Y K H S L
Decimal 192 127 202 0.05 0.37 0 0.21 292 0.41 0.65
Hex C0 7F CA 5 25 0 15 124 29 41
Octal 300 177 312 5 45 0 25 444 51 101
Binary 11000000 1111111 11001010 101 100101 0 10101 100100100 101001 1000001

Color Harmonies of #C07FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07FCA

Black with #C07FCA

Text Example


Text Example

White with #C07FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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