Html Css Color HEX #C65CDD Medium Orchid

📋 copy color: '#C65CDD'

red 198 ◦ green 92 ◦ blue 221

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

Shades of Medium Orchid #C65CDD

Tints of Medium Orchid #C65CDD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18%

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

R = 38.75%
G = 18%
B = 43.25%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C65CDD (or 0xC65CDD) is known color: Medium Orchid. HEX triplet: C6, 5C and DD. RGB value is (198,92,221). Sum of RGB (Red+Green+Blue) = 198+92+221=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 92 (36.33% from 255 or 18.00% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #C65CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65CDD is #39A322. Grayscale: #898989. Windows color (decimal): -3777315 or 14507206. OLE color: 14507206.

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

Color convert

RGB 198 92 221 -
CMYK 0.10 0.58 0 0.13
HSL 289.3º 0.65% 0.61% -
HSV(B) 289.3º 0.58% 0.87% -
XYZ 40.17 24.88 71.09 -
YUV 138.4 174.62 170.51 -
System Red Green Blue C M Y K H S L
Decimal 198 92 221 0.10 0.58 0 0.13 289.3 0.65 0.61
Hex C6 5C DD A 3A 0 D 121 41 3D
Octal 306 134 335 12 72 0 15 441 101 75
Binary 11000110 1011100 11011101 1010 111010 0 1101 100100001 1000001 111101

Color Harmonies of #C65CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65CDD

Black with #C65CDD

Text Example


Text Example

White with #C65CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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