Html Css Color HEX #C65FDB Medium Orchid

📋 copy color: '#C65FDB'

red 198 ◦ green 95 ◦ blue 219

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

Shades of Medium Orchid #C65FDB

Tints of Medium Orchid #C65FDB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.55%

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

R = 38.67%
G = 18.55%
B = 42.77%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C65FDB (or 0xC65FDB) is known color: Medium Orchid. HEX triplet: C6, 5F and DB. RGB value is (198,95,219). Sum of RGB (Red+Green+Blue) = 198+95+219=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 95 (37.5% from 255 or 18.55% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #C65FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65FDB is #39A024. Grayscale: #8B8B8B. Windows color (decimal): -3776549 or 14376902. OLE color: 14376902.

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

Color convert

RGB 198 95 219 -
CMYK 0.10 0.57 0 0.14
HSL 289.84º 0.63% 0.62% -
HSV(B) 289.84º 0.57% 0.86% -
XYZ 40.17 25.3 69.79 -
YUV 139.93 172.62 169.42 -
System Red Green Blue C M Y K H S L
Decimal 198 95 219 0.10 0.57 0 0.14 289.84 0.63 0.62
Hex C6 5F DB A 39 0 E 122 3F 3E
Octal 306 137 333 12 71 0 16 442 77 76
Binary 11000110 1011111 11011011 1010 111001 0 1110 100100010 111111 111110

Color Harmonies of #C65FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65FDB

Black with #C65FDB

Text Example


Text Example

White with #C65FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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