Html Css Color HEX #C064CD Medium Orchid

📋 copy color: '#C064CD'

red 192 ◦ green 100 ◦ blue 205

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

Shades of Medium Orchid #C064CD

Tints of Medium Orchid #C064CD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.12%

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

R = 38.63%
G = 20.12%
B = 41.25%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C064CD (or 0xC064CD) is known color: Medium Orchid. HEX triplet: C0, 64 and CD. RGB value is (192,100,205). Sum of RGB (Red+Green+Blue) = 192+100+205=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 100 (39.45% from 255 or 20.12% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #C064CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C064CD is #3F9B32. Grayscale: #8B8B8B. Windows color (decimal): -4168499 or 13460672. OLE color: 13460672.

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

Color convert

RGB 192 100 205 -
CMYK 0.06 0.51 0 0.20
HSL 292.57º 0.51% 0.6% -
HSV(B) 292.57º 0.51% 0.8% -
XYZ 37.31 24.73 60.56 -
YUV 139.48 164.98 165.46 -
System Red Green Blue C M Y K H S L
Decimal 192 100 205 0.06 0.51 0 0.20 292.57 0.51 0.6
Hex C0 64 CD 6 33 0 14 125 33 3C
Octal 300 144 315 6 63 0 24 445 63 74
Binary 11000000 1100100 11001101 110 110011 0 10100 100100101 110011 111100

Color Harmonies of #C064CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C064CD

Black with #C064CD

Text Example


Text Example

White with #C064CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C064CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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