Html Css Color HEX #C065CC Medium Orchid

📋 copy color: '#C065CC'

red 192 ◦ green 101 ◦ blue 204

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

Shades of Medium Orchid #C065CC

Tints of Medium Orchid #C065CC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.32%

 BLUE value IS 204 (80.08% from 255) = 41.05%

R = 38.63%
G = 20.32%
B = 41.05%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C065CC (or 0xC065CC) is known color: Medium Orchid. HEX triplet: C0, 65 and CC. RGB value is (192,101,204). Sum of RGB (Red+Green+Blue) = 192+101+204=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 101 (39.84% from 255 or 20.32% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #C065CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C065CC is #3F9A33. Grayscale: #8B8B8B. Windows color (decimal): -4168244 or 13395392. OLE color: 13395392.

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

Color convert

RGB 192 101 204 -
CMYK 0.06 0.50 0 0.2
HSL 293.01º 0.5% 0.6% -
HSV(B) 293.01º 0.5% 0.8% -
XYZ 37.29 24.87 59.96 -
YUV 139.95 164.15 165.12 -
System Red Green Blue C M Y K H S L
Decimal 192 101 204 0.06 0.50 0 0.2 293.01 0.5 0.6
Hex C0 65 CC 6 32 0 14 125 32 3C
Octal 300 145 314 6 62 0 24 445 62 74
Binary 11000000 1100101 11001100 110 110010 0 10100 100100101 110010 111100

Color Harmonies of #C065CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C065CC

Black with #C065CC

Text Example


Text Example

White with #C065CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C065CC; }

 p { color: rgb(192,101,204); }

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

background-color css

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

 a { background-color: rgb(192,101,204); }

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

border-color css

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

 span { border-color: rgb(192,101,204); }

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