Html Css Color HEX #C07CCD Orchid

📋 copy color: '#C07CCD'

red 192 ◦ green 124 ◦ blue 205

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

Shades of Orchid #C07CCD

Tints of Orchid #C07CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.35%

R = 36.85%
G = 23.8%
B = 39.35%

CMYK

 C value IS 0.06

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C07CCD (or 0xC07CCD) is known color: Orchid. HEX triplet: C0, 7C and CD. RGB value is (192,124,205). Sum of RGB (Red+Green+Blue) = 192+124+205=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #C07CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07CCD is #3F8332. Grayscale: #999999. Windows color (decimal): -4162355 or 13466816. OLE color: 13466816.

HSL color Cylindrical-coordinate representation of color #C07CCD: hue angle of 290.37º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C07CCD is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 124 205 -
CMYK 0.06 0.40 0 0.20
HSL 290.37º 0.45% 0.65% -
HSV(B) 290.37º 0.4% 0.8% -
XYZ 39.97 30.03 61.45 -
YUV 153.57 157.03 155.41 -
System Red Green Blue C M Y K H S L
Decimal 192 124 205 0.06 0.40 0 0.20 290.37 0.45 0.65
Hex C0 7C CD 6 28 0 14 122 2D 41
Octal 300 174 315 6 50 0 24 442 55 101
Binary 11000000 1111100 11001101 110 101000 0 10100 100100010 101101 1000001

Color Harmonies of #C07CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07CCD

Black with #C07CCD

Text Example


Text Example

White with #C07CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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