Html Css Color HEX #C65CDB Medium Orchid

📋 copy color: '#C65CDB'

red 198 ◦ green 92 ◦ blue 219

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

Shades of Medium Orchid #C65CDB

Tints of Medium Orchid #C65CDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.03%

R = 38.9%
G = 18.07%
B = 43.03%

CMYK

 C value IS 0.10

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C65CDB (or 0xC65CDB) is known color: Medium Orchid. HEX triplet: C6, 5C and DB. RGB value is (198,92,219). Sum of RGB (Red+Green+Blue) = 198+92+219=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 92 (36.33% from 255 or 18.07% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #C65CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65CDB is #39A324. Grayscale: #898989. Windows color (decimal): -3777317 or 14376134. OLE color: 14376134.

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

Color convert

RGB 198 92 219 -
CMYK 0.10 0.58 0 0.14
HSL 290.08º 0.64% 0.61% -
HSV(B) 290.08º 0.58% 0.86% -
XYZ 39.9 24.77 69.7 -
YUV 138.17 173.62 170.67 -
System Red Green Blue C M Y K H S L
Decimal 198 92 219 0.10 0.58 0 0.14 290.08 0.64 0.61
Hex C6 5C DB A 3A 0 E 122 40 3D
Octal 306 134 333 12 72 0 16 442 100 75
Binary 11000110 1011100 11011011 1010 111010 0 1110 100100010 1000000 111101

Color Harmonies of #C65CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65CDB

Black with #C65CDB

Text Example


Text Example

White with #C65CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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