Html Css Color HEX #C065D3 Medium Orchid

📋 copy color: '#C065D3'

red 192 ◦ green 101 ◦ blue 211

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

Shades of Medium Orchid #C065D3

Tints of Medium Orchid #C065D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 41.87%

R = 38.1%
G = 20.04%
B = 41.87%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C065D3 (or 0xC065D3) is known color: Medium Orchid. HEX triplet: C0, 65 and D3. RGB value is (192,101,211). Sum of RGB (Red+Green+Blue) = 192+101+211=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 101 (39.84% from 255 or 20.04% from 504); Blue value is 211 (82.81% from 255 or 41.87% from 504); Max value from RGB is 211 - color contains mainly: blue. Hex color #C065D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C065D3 is #3F9A2C. Grayscale: #8C8C8C. Windows color (decimal): -4168237 or 13854144. OLE color: 13854144.

HSL color Cylindrical-coordinate representation of color #C065D3: hue angle of 289.64º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C065D3 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 192 101 211 -
CMYK 0.09 0.52 0 0.17
HSL 289.64º 0.56% 0.61% -
HSV(B) 289.64º 0.52% 0.83% -
XYZ 38.15 25.22 64.48 -
YUV 140.75 167.65 164.56 -
System Red Green Blue C M Y K H S L
Decimal 192 101 211 0.09 0.52 0 0.17 289.64 0.56 0.61
Hex C0 65 D3 9 34 0 11 122 38 3D
Octal 300 145 323 11 64 0 21 442 70 75
Binary 11000000 1100101 11010011 1001 110100 0 10001 100100010 111000 111101

Color Harmonies of #C065D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C065D3

Black with #C065D3

Text Example


Text Example

White with #C065D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C065D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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