Html Css Color HEX #C65BDD Medium Orchid

📋 copy color: '#C65BDD'

red 198 ◦ green 91 ◦ blue 221

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

Shades of Medium Orchid #C65BDD

Tints of Medium Orchid #C65BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.33%

R = 38.82%
G = 17.84%
B = 43.33%

CMYK

 C value IS 0.10

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C65BDD (or 0xC65BDD) is known color: Medium Orchid. HEX triplet: C6, 5B and DD. RGB value is (198,91,221). Sum of RGB (Red+Green+Blue) = 198+91+221=510 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.82% from 510); Green value is 91 (35.94% from 255 or 17.84% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #C65BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65BDD is #39A422. Grayscale: #898989. Windows color (decimal): -3777571 or 14506950. OLE color: 14506950.

HSL color Cylindrical-coordinate representation of color #C65BDD: hue angle of 289.38º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C65BDD is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 91 221 -
CMYK 0.10 0.59 0 0.13
HSL 289.38º 0.66% 0.61% -
HSV(B) 289.38º 0.59% 0.87% -
XYZ 40.08 24.71 71.06 -
YUV 137.81 174.95 170.93 -
System Red Green Blue C M Y K H S L
Decimal 198 91 221 0.10 0.59 0 0.13 289.38 0.66 0.61
Hex C6 5B DD A 3B 0 D 121 42 3D
Octal 306 133 335 12 73 0 15 441 102 75
Binary 11000110 1011011 11011101 1010 111011 0 1101 100100001 1000010 111101

Color Harmonies of #C65BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65BDD

Black with #C65BDD

Text Example


Text Example

White with #C65BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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