Html Css Color HEX #C65BDA Medium Orchid

📋 copy color: '#C65BDA'

red 198 ◦ green 91 ◦ blue 218

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

Shades of Medium Orchid #C65BDA

Tints of Medium Orchid #C65BDA

RGB

 RED value IS 198 (77.73% from 255) = 39.05%

 GREEN value IS 91 (35.94% from 255) = 17.95%

 BLUE value IS 218 (85.55% from 255) = 43%

R = 39.05%
G = 17.95%
B = 43%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C65BDA (or 0xC65BDA) is known color: Medium Orchid. HEX triplet: C6, 5B and DA. RGB value is (198,91,218). Sum of RGB (Red+Green+Blue) = 198+91+218=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 91 (35.94% from 255 or 17.95% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #C65BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65BDA is #39A425. Grayscale: #898989. Windows color (decimal): -3777574 or 14310342. OLE color: 14310342.

HSL color Cylindrical-coordinate representation of color #C65BDA: hue angle of 290.55º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C65BDA is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 91 218 -
CMYK 0.09 0.58 0 0.15
HSL 290.55º 0.63% 0.61% -
HSV(B) 290.55º 0.58% 0.85% -
XYZ 39.68 24.55 68.98 -
YUV 137.47 173.45 171.17 -
System Red Green Blue C M Y K H S L
Decimal 198 91 218 0.09 0.58 0 0.15 290.55 0.63 0.61
Hex C6 5B DA 9 3A 0 F 123 3F 3D
Octal 306 133 332 11 72 0 17 443 77 75
Binary 11000110 1011011 11011010 1001 111010 0 1111 100100011 111111 111101

Color Harmonies of #C65BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65BDA

Black with #C65BDA

Text Example


Text Example

White with #C65BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65BDA; }

 p { color: rgb(198,91,218); }

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

background-color css

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

 a { background-color: rgb(198,91,218); }

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

border-color css

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

 span { border-color: rgb(198,91,218); }

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