Html Css Color HEX #C062CB Medium Orchid

📋 copy color: '#C062CB'

red 192 ◦ green 98 ◦ blue 203

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

Shades of Medium Orchid #C062CB

Tints of Medium Orchid #C062CB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.88%

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

R = 38.95%
G = 19.88%
B = 41.18%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C062CB (or 0xC062CB) is known color: Medium Orchid. HEX triplet: C0, 62 and CB. RGB value is (192,98,203). Sum of RGB (Red+Green+Blue) = 192+98+203=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 98 (38.67% from 255 or 19.88% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #C062CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C062CB is #3F9D34. Grayscale: #898989. Windows color (decimal): -4169013 or 13329088. OLE color: 13329088.

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

Color convert

RGB 192 98 203 -
CMYK 0.05 0.52 0 0.20
HSL 293.71º 0.5% 0.59% -
HSV(B) 293.71º 0.52% 0.8% -
XYZ 36.89 24.25 59.24 -
YUV 138.08 164.64 166.46 -
System Red Green Blue C M Y K H S L
Decimal 192 98 203 0.05 0.52 0 0.20 293.71 0.5 0.59
Hex C0 62 CB 5 34 0 14 126 32 3B
Octal 300 142 313 5 64 0 24 446 62 73
Binary 11000000 1100010 11001011 101 110100 0 10100 100100110 110010 111011

Color Harmonies of #C062CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C062CB

Black with #C062CB

Text Example


Text Example

White with #C062CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C062CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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